https://github.com/rocktimsaikia/google-book-finder
Book Finder - React Powered App
https://github.com/rocktimsaikia/google-book-finder
book-finder booksapi react react-hooks
Last synced: about 1 month ago
JSON representation
Book Finder - React Powered App
- Host: GitHub
- URL: https://github.com/rocktimsaikia/google-book-finder
- Owner: rocktimsaikia
- Created: 2019-07-19T05:05:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T12:40:06.000Z (over 5 years ago)
- Last Synced: 2025-03-18T23:49:29.104Z (about 1 year ago)
- Topics: book-finder, booksapi, react, react-hooks
- Language: JavaScript
- Homepage: https://google-book-finder.netlify.com
- Size: 304 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Google Book Finder
Google Book Finder using the google book api.(No state management library used like redux).
## Featuring
- React - UI Framework
- React Hook - A way to use state and side-effects in React function components
- Axios - A http client
- material ui - CSS framework
- react-reveal : simple animation library
## Set Up
Use the node package manager [npm](https://www.npmjs.com) to set up the development enviroment.
1. Install the needed node packges/modules :
```bash
npm install
```
2. Start the development server :
```bash
npm run start
```
## Contributing
Pull requests are welcome. Please open an issue first to discuss what you would like to change.
## License
[MIT](https://choosealicense.com/licenses/mit/)
