Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)