Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 582 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 582 Bytes

Bookfinder

Simple bookfinder that is made with React, Express, Typescript and Javascript.

How to run

Go into the './bookfinder' folder and use the docker-compose up command.

Frontend

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

Backend is made with Typescript, Express and an Axios call to the google books api.