Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanchit0496/myreads_fend
https://github.com/sanchit0496/myreads_fend
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/sanchit0496/myreads_fend
- Owner: sanchit0496
- Created: 2018-12-13T05:40:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-13T06:54:45.000Z (almost 6 years ago)
- Last Synced: 2023-12-26T08:22:27.528Z (11 months ago)
- Language: JavaScript
- Size: 104 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# MyReads Project
This is the final assessment project for Udacity's React Fundamentals course. It is a bookshelf app that allows you to select and categorize books you have read, are currently reading, or want to read. In this application, the main page displays a list of "shelves" (i.e. categories), each of which contains a number of books. The three shelves are:
* Currently Reading
* Want to Read
* ReadYou can search the books and categorize them according to your need. You can move your books from one shelf to the other.
## How to run the app
Clone the project using the following command:git clone https://github.com/salonikodeo/fend-project-myreads
Run command :npm install
Run command:npm start
The app will automatically open in your browser and you can use it.
## Create React AppThis project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app). You can find more information on how to perform common tasks [here](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md).
-- Project created by github.com/sanchit0496 for Udacity FEND Curriculum --