An app that allows users to save and remove books, set categories/genres, and list books with a filter. Built with React and Redux using local storage.
This project uses React and Redux to build a very simple application. The project has been split into multiple milestones, and each milestone has functional and technical requirements that was implemented.
You can find the original project specification at: here
As we have the basic create and remove functionality I have in the oven a list of upcoming features that are going to be tasty in this project.
- Add Edit action to have the CRUD complete.
- Add a CRUD for categories
- Create a Back-end API to store the data
- Create a proper profile to have a record of the time spent and books completed.
git clone git@github.com:men32z/redux-bookstore.git
cd redux-bookstore
npm install
npm start
- React
- Redux
- Javascript
- SCSS
👤 Luis Preza
- Github: @men32z
- Linkedin: Luis Preza
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project was bootstrapped with Create React App.
In the project directory, you can run:
npm start
npm test
npm run build
npm run eject
MIT.