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
localStorageAPI - Linting with ESLint and Stylelint
- Continuos Integration with Travis
| Large Screen | Small Screen |
|---|---|
![]() |
![]() |
- 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- Add feature to fetch books from an API endpoint
- Improve UI/UX
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse Team

