Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miriarte33/myreads
React App for users to track which books they are currently reading, already read, or want to read.
https://github.com/miriarte33/myreads
Last synced: about 15 hours ago
JSON representation
React App for users to track which books they are currently reading, already read, or want to read.
- Host: GitHub
- URL: https://github.com/miriarte33/myreads
- Owner: miriarte33
- Created: 2018-09-21T03:15:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-22T22:27:59.000Z (about 6 years ago)
- Last Synced: 2023-12-26T20:54:52.578Z (11 months ago)
- Language: JavaScript
- Size: 4.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# MyReads Project #
MyReads is a React Single Page app made for the Udacity Front-end web development nanodegree program. Store books in three different bookshelves. Search for books in the Books API with the search feature. Only terms in the ```SEARCH_TERMS.md``` file will return valid results.## To Run ##
In terminal, type ```npm install``` to install dependencies.
Next, use ```npm start``` to start the app in your browser.## Screenshots ##
### Book Shelf ###
![Book Shelf](images/bookshelf.png)
### Search Results ###
![Search Results](images/search.png)