Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 872 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 872 Bytes

MyReads Project

This Web-App is created to help you with your book reading hobbies. You can use it like a virtual bookshelf in which you can add new books to one of the shelf or move books between shelves according to your need.

It maintains 3 shelves viz.

  • Currently Reading: Books you have started reading.
  • Want to Read / Wish list: Books you wish to read in future
  • Read: Books you had read.

This app is hosted on MyReads

Note :

This is my submission for the MyReads project at Udacity, part of the React Nano-degree.

Installing and lauching

If you are using npm then:

  • install all project dependencies with npm install
  • start the development server with npm start

If you are using yarn then:

  • install all project dependencies with yarn install
  • start the development server with yarn start