Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sanchit0496/myreads_fend


https://github.com/sanchit0496/myreads_fend

Last synced: about 5 hours ago
JSON representation

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
* Read

You 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 App

This 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 --