This app was created for the Chingu Voyage 12 pre-work. It uses the Google Books API to build a search engine to allow users to search for books.
More details can be found in the Chingu pre-work repo.
The main features of this app are:
- It uses React Bootstrap for the UI
- It is responsive
- It fetches data from Google Books API and handles
- timeout
- no result
- Clone this project
- Run
npm install - Run
npm start
- Responsive font sizes
- Try React Rainbow Components instead of Bootstrap
- Implement tests
- Bonus tasks from Chingu