Book Store In this app the user will add the books they've read and they will be able to track their progress.
Client
- CSS
- React
Tools
- Visual studio code
- User-friendly
To get a local copy up and running, follow these steps.
In order to set up and run the application you need:
- A code editor preferably Visual Studio Code
- A web browser preferably Google chrome.
Basic requirements are needed in order to fully understand how the project fully works :
- Basic knowledge of HTML, CSS, and JS (JavaScript).
- How to work with Git and GitHub.
Clone this repository to your desired folder:
cd my-folder
git clone git@github.com:MPDADDY/bookstore.git cd bookstore
npm installTo run the project run visual studio code and open index.html with liveserver extension
To run tests, run the following command:
- To test css files run:
npx stylelint "**/*.{css,scss}"- To test javascript files run:
npx eslint "**/*.{js,jsx}"You can deploy this project using GitHub Pages
👤 Anold Mwawasi
- GitHub: @MPDADDY
- Twitter: @anoldmwawasi
- LinkedIn: anoldmwawasi
- Virtual assistant
- Dark theme
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project feel free to give it a star.
I would like to thank the entire Microverse community and family for the support and motivation.
This project is MIT licensed.