"Bookstore" is a website you can add and remove books.
With "Bookstore" and it's API, the books are stored for everybody and ready for later use.
In the following link, you can view the Bookstore website.
- HTML
- CSS
- JAVASCRIPT
- REACT
- REDUX
Start by cloning the repository.
git clone [email protected]:guerreiropedr0/bookstore.git
Navigate to the created folder.
cd bookstore
Install all the dependencies.
npm install
Run the live server
npm run start
Go to http://localhost:3000
Build the distribution folder before hosting the app
npm run build
After the build you can host the build
folder.
👤 Pedro Guerreiro
- GitHub: @guerreiropedr0
- Twitter: @guerreiropedr0
- LinkedIn: Pedro Guerreiro
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Thank you Microverse for the opportunity!
Give a ⭐️ if you like this project!
This project is MIT licensed.