This is an application that stores lists of books
- HTML
- CSS
- Javascript
- React
- Node
- NPM ( Node Package Manager )
- Git and Github Account
-
Run git clone on this project at the desired directory:
git clone https://github.com/Fadahunsiseyi/react-book-store.git
cd react-book-store
-
Install dependencies
npm install
-
Start React Dev Server
npm run start
-
On your favourite browser go to http://localhost:3000/
- Webhint linter -
npx hint .
on the root directory. - Stylelint linter -
npx stylelint "**/*.{css,scss}"
on the root directory. - ESLint linter -
npx eslint .
on the root directory.
👤 Fadahunsi seyi
- GitHub: Fadahunsiseyi
- Twitter: Fadahunsiseyi_
- LinkedIn: fadahunsi-seyi-samuel
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.