An open API service indexing awesome lists of open source software.

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

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
```