Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.37 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.37 KB

The Literature District...

This project was bootstrapped with Create React App.

The Literature District is a Single Page Application that generates a random poem upon home page load. The user can also add their favorite books from the form menu on the favorites tab. The new book will be added to the list and the user can also delete books. I incorporated a title search function so when the list becomes too large to scroll, the user can simply type the book title in the search field.

This is a very simple SPA that I developed as part of a Project for Flatiron School Phase-2. I hope you guys enjoy.

Available Scripts

In the project directory, you can run:

These are the two used when creating this application

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npx json-server --watch data/db.json --port 8000

Starts the json server that contains the books data.

Support

If you need any help, you can contact me at [email protected]

Contributing

Photos and background are from http://www.pixabay.com The random poems are supplied via the API at https://www.poemist.com and the booklist is just random books from my own personal library.