Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 662 Bytes

File metadata and controls

20 lines (12 loc) · 662 Bytes

Summary

Constructed an application for users to make a book list. Utilized REST API with Axios to make JSON requests whenever the user adds new books, deletes books, or reopens the application. Used a random photo generator, http://picsum.photos, to add a corresponding image to each book added.

Flow

App
    --> BookCreate
    --> BookList --> BookShow --> BookEdit

Available Scripts

This project was bootstrapped with Create React App.

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000