Google Book Finder using the google book api.(No state management library used like redux).
- 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
Use the node package manager npm to set up the development enviroment.
- Install the needed node packges/modules :
npm install
- Start the development server :
npm run start
Pull requests are welcome. Please open an issue first to discuss what you would like to change.