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.
In the project directory, you can run:
These are the two used when creating this application
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.
Starts the json server that contains the books data.
If you need any help, you can contact me at [email protected]
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.