Bookstore App is a website created with React and Redux which allows users to display a list of books, add a book, and remove a selected book.
- Display a list of books.
- Add a book.
- Remove a selected book.
To get a local copy up and running, follow these steps.
In order to run this project you need:
- A PC running any operating system like Windows, Linux, or MacOS
- An Internet connection
- Knowledge of some basic Git commands
- A browser like Brave, Google Chrome, Mozilla Firefox or Microsoft Edge
- Git installed
- Clone this repository to your desired folder:
git clone https://github.com/miltonHenschel/bookstore-app.git
cd bookstore-app
- Open the file in your code editor
code .
- Create a react app:
npm i
To run the project, execute the following command:
npm start
To run tests, run the following command:
npm test
You can build this project using:
npm run build
👥 Henschel Nketchogue M.
- GitHub: miltonHenschel
- LinkedIn: henschelnketchoguem
- Twitter: nketchogue
- Instagram: mpatchiehenschel
- Improve design.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project then don't forget to give a star ⭐ on this repository.
This project is MIT licensed.