Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 619 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 619 Bytes

Book API Reader

This project allows for the reading of book details from an API. These details are then displayed in a table and calculations are done to calculate a 5% discount on Crime books.

Features

-Unit Testing using Jest
-Using React Hooks to control state
-Async promise to return API data
-MaterialUI for styling
-Proxy used for routing to avoid header issues

Notes

-This program uses a private API, the link is not included in the repo.
-The expected JSON returned from the API is in the form of:
    {Title: "Unsolved crimes", BookCategory: "Crime", Cost: 10.99}