This is a simple book store app built with React js. It uses the Google Books API to search for books and display them. It also uses react-router to navigate between pages.
- React js
- React Router
- React Hooks
- React Context
- EsLint
- Prettier
- StyleLint
- Jsx
- CSS
- Jest
- React Testing Library
To get a local copy up and running follow these simple example steps.
- Clone the project unto your local machine
- Open the project with your code editor
- Run
npm install
to install all the dependencies - Run
npm start
to start the development server - Open http://localhost:3000 to view it in the browser.
NOTE: In case of any changes make sure to check for Linters Errors.
- Run
npx eslint .
For Eslint to check all possible JavaScript errors - Run
npx stylelint "**/*.{css,scss}"
For Stylelint to check all possible CSS errors
👤 Baraka Danny (Me)
- GitHub: @barakadan
- LinkedIn: danny baraka
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.