Skip to content

A Javascript/React web application that reads and displays book details from an API.

Notifications You must be signed in to change notification settings

perryfardella/book-api-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}

About

A Javascript/React web application that reads and displays book details from an API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published