https://github.com/alessiochen/react-book-finder
Book finder application
https://github.com/alessiochen/react-book-finder
axios-react javascript react react-hooks react-router reactjs tailwindcss
Last synced: about 2 months ago
JSON representation
Book finder application
- Host: GitHub
- URL: https://github.com/alessiochen/react-book-finder
- Owner: AlessioChen
- Created: 2021-05-01T14:42:42.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-10T21:39:55.000Z (over 4 years ago)
- Last Synced: 2025-02-23T18:47:23.628Z (over 1 year ago)
- Topics: axios-react, javascript, react, react-hooks, react-router, reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://book-finer.netlify.app/
- Size: 654 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## React book finder application
This project uses [Google books Api](https://developers.google.com/books/docs/overview) to find books.
Is's possible to try a live demo at [netfly](https://book-finer.netlify.app/).
## Made with
- [React](https://reactjs.org/)
- [axios](https://www.npmjs.com/package/axios)
- [tailwindcss](https://www.npmjs.com/package/html-react-parser)
- [react-router](https://www.npmjs.com/package/react-router)
## Run the project
After downloading the source code run the following commands in the project folder
```
npm install
npm start
```