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
- Host: GitHub
- URL: https://github.com/linux08/myreads
- Owner: linux08
- Created: 2017-08-13T06:06:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-03T03:50:04.000Z (over 7 years ago)
- Last Synced: 2025-01-15T11:15:15.350Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 561 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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