- This project is about a bookstore where user can store the title and choose category of thier favourite books, and can also remove books,
This project is build with:
- CSS
- React
To get the content of this project locally you need to run this command in your terminal:
git clone git@github.com:faizi2500/book-store.git
For tracking linter errors locally you need to follow these steps:
-
After cloning the project you need to run this command
npm install
This command will download all the dependancies -
For tracking the linter errors in JavaScript file run:
npx eslint .
-
And for tracking the linter errors in CSS file run:
npx stylelint "\*_/_.{css,scss}"
👤 Faizan Zahid
- GitHub: @faizi2500
- Twitter: @faizi_250
- LinkedIn: @faizan2500
Feel free to check the issues page
Give a ⭐ if you like this project!
- Thanks to Microverse team that help with the tamplete of this project
This project is MIT licensed.