barakadanny / Book-store-React-js

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. Built with Reactjs, react hook, api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Book Store React js

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.

Technologies Used

  • React js
  • React Router
  • React Hooks
  • React Context
  • EsLint
  • Prettier
  • StyleLint
  • Jsx
  • CSS
  • Jest
  • React Testing Library

Getting started

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

Author

👤 Baraka Danny (Me)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

📝 License

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.

About

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. Built with Reactjs, react hook, api


Languages

Language:JavaScript 61.2%Language:CSS 28.1%Language:HTML 10.6%