Skip to content

Latest commit

Β 

History

History
98 lines (62 loc) Β· 2.88 KB

File metadata and controls

98 lines (62 loc) Β· 2.88 KB

Maintainability Test Coverage Build Status codecov Netlify Status

PROJECT: Bookstore App (React and Redux)

This is the first project of the Main React and Redux curriculum at Microverse - @microverseinc

The objective is to create a Bookstore app using React and Redux. The features of the app also include:

  • Add new book
  • Delete existing book
  • Filter books by category
  • Store persistent using localStorage API
  • Linting with ESLint and Stylelint
  • Continuos Integration with Travis

🌐 Live link

πŸ–ΌοΈ Screenshot

Large Screen Small Screen
Book Store Book Store

πŸ› οΈ Development

  • Clone the project
git clone https://github.com/bolah2009/react-bookstore.git
  • Install Dependencies
yarn install
  • Run test
yarn test
  • Run linter (eslint and stylelint)
yarn lint:check
  • Run Prettier
yarn format:check
  • Start server (Development mode)
yarn start
  • Start server (Production mode)
yarn build

🧾 TODO

  • Add feature to fetch books from an API endpoint
  • Improve UI/UX

🀝🏾 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

⭐️ Show your support

Give a ⭐️ if you like this project!

πŸ™πŸΎ Acknowledgments

  • Microverse Team

πŸ‘¨πŸ½β€πŸ’» Author

πŸ“ License

MIT licensed.