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

https://github.com/linux08/myreads

code for my Udacity React Nanodegree project --myreads
https://github.com/linux08/myreads

Last synced: 11 months ago
JSON representation

code for my Udacity React Nanodegree project --myreads

Awesome Lists containing this project

README

          

MyReads : A book tracking app
Udacity React Nanodegree Project 1.
This is the first project for my udacity React Nanodegree course.

This app helps you to organize books,there are three shelfs in the app which are : currently reading, want to read, read.
You select the shelfs you want the book to belong to and then the app rerenders by placing the book in the shelf you selected.
The app also has a search funcionality.You can search for other books and add them to the shelf.

Installation
* Download or CLone Repo
* Run npm install in the root directory to install dependencies
* Run npm start
* Go to http://localhost:3000 in your browser