Bookstore
The Bookstore is a website that allows you to:
- Display a list of books.
- Add a book.
- Remove a selected book.
This project was bootstrapped with Create React App.
Authors
- GitHub: @githubhandle
- LinkedIn: LinkedIn
Built With
Setup
To get this project up and running, you should do the following; If you wish to run the project locally, please do the following:
1.- Clone the repository to your local machine. 2.- Install Node.js and npm if you haven't already. To install Node.js, follow the instructions on Node.js.
To install npm with the necessary dependencies, run the following command in your terminal:
npm install
3.- Once you have the setup and the project locally, you can run the project using the following command in your terminal:
npm run build
4.- and if you want to watch the changes live, run the following command (it will run the website on localhost:3000):
npm start
🤝
Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Show your support
Give a
📝
License
This project is MIT licensed.
Use Redux in React components.
Hi, this PR is for the connection part between React and Redux of the Bookstore project.
I've implemented the following:
useSelcetor
anduseDispatch
for books and categories.Styling
Hi, this PR is for the styling part of the Bookstore project.
I've made the following changes:
Connect to API
Hi, this PR is for the connection to the API for the Bookstore project
I've made the following changes:
Add reducers and actions
Hi, this PR is for the Add Reducers and Actions part of the Bookstore project
I've made the following changes:
Initialize project with components
Hi, This PR is for the first part of the Bookstore project
I've made the following changes: