The Bookstore is a website similar to the "Awesome Books" website. I create an simplified version of it that allows you to: Display a list of books Add a book Remove a selected book By building this application, I learn how to use React and Redux in the context of a real application..
- HTML
- JS
- CSS
- React
- Redux Toolkit (RTK)
Client
- HTML- JS
- CSS
- React
Server
- NullDatabase
- Null- Bookstore using React
- Client-side routing using React Router V6
- Gitflow is used correctly
- Work is documented in a professional manner
- Following best practices for HTML, CSS, JS
You can see the live demo of this project here
To get a local copy up and running, follow these steps.
- A web browser
- A code editor
- A terminal
Clone this repository to your desired folder:
git clone https://github.com/mrcbq/bookstore.git
Install this project with:
cd bookstore
npm install
To run the project on the webpack dev server, execute the following command:
npm start
To run tests, run the following command:
npm test
npm run deploy
👤 Marco Baquero
- Add Stylint 😁
- Add More sections 👌
- Add More Functionalities 😎
In this project, we will be copying a given web design using React, Redux, and API handling. The design will serve as a reference for implementing the user interface and interactions. Please see the above sections if you want to copy and setup this project on your pc.
Contributions, issues, and feature requests are welcome!
If you like this project, give it a ⭐️!
We would like to thank Microverse for giving us the opportunity to learn and grow as developers and also we like to thank our families, they are all our support. 🌟
This project is MIT licensed.