This project is built with React
Bookstore is a simple web app that allows one to:
- Display a list of books.
- Add a book.
- Remove a selected book.
- React
Version Control
Visual Studio Code
Client
- Linters SetUp
- Follow JavaScript best practices
- Set up project using React
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Visual Studio Code.
- Node JS.
- Git bash.
- GitHub Account.
- Installation of NPM
Go to github and find the repository book-store Click on code and copy then go to your gitbash cli on your computer Clone this repository to your desired folder
Install this project with: npm Example command:
cd my-projectFolder
npm install
To run the project, execute the following command: Open the cloned folder in your git terminal. Then run 'npm run dev'.
To run tests, run the following command: npm run test Example command:
npm test
You can deploy this project using: GitHub Pages Example:
git@github.com:rosemutai/book-store.git
👤 ROSE MUTAI
- GitHub: rosemutai
- Twitter: __chepngetich
- LinkedIn: Rose Mutai
- Add Animation
Contributions, issues, and feature requests are welcome!
Feel free to check the [https://github.com/rosemutai/book-store/issues.
If you like this project please follow me on github & twitter and also connect on Linkedin.
I would like to thank Microverse for this project.
This project is MIT licensed.