Simple bookfinder that is made with React, Express, Typescript and Javascript.
Go into the './bookfinder' folder and use the docker-compose up command.
Frontend is primarily React, React-bootstrap, Javascript and an Axios call to the backend.
- Textbox where a book title can be entered, press the search button to look for the book.
- If there are more than 12 results you can use the next and previous button to get the next set of results.
Backend is made with Typescript, Express and an Axios call to the google books api.