/react-bookstore

A bookstore app using react with redux.

Primary LanguageJavaScriptMIT LicenseMIT

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.