MyReads Project

This is the first Project of the Udacity React Nanodegree Program. The purpose of this project is to get the basic understanding of react state management and working with props.This website is about organising books in three different bookshelves named -> "Currently Readng","Want To Read","Read". In this user can freely move books between these bookshelves. Also user can search for their favourite books and add to any shelf.

Getting Started

  1. run git clone https://github.com/jaspreet-singh37349/MyReads-Udacity-React.git to clone this repository
  2. cd MyReads-Udacity-React then run npm install
  3. npm start to start the app then navigate to http://localhost:3000/ on your local machine

Starter Code

If you want to make the project yourself using udacity starter code then Click here to get the starter code.