Live version: https://dsleite.com.br/projects/react-books
This application was developed as part of an DIO/TQI Bootcamp challenge. Originally it was intended to create a query app using the GitHub API as means to practice with React Hooks. I chose to propose a different solution for the following reasons:
- Because of the name;
- I wanted to do something from scratch;
- I'm using this opportunity to learn new things;
- Dynamic support for three languages (Portuguese, English e Mandarin);
- Combination of two public APIs in order to compose this application: Open Library (authors and books) and Wikidata (author pictures)
After clonning the repository, just run npm install and npm run start from its directory and you are good to go.