This is the first assesment project for Udacity's React Fundamentals course.
The project is based on a template from Udacity which provides the basich CSS and HTML markup. Given a starting number of books sorted in three shelves ('Want to read', 'Currently reading', and 'Read') and an API to call a number of other books stored in a given backend, the purpose of the exercise is to demonstrate the understanding of React to allow the user to add and sort books among the shelves structure.
-
to clone the roposityory use
git clone [email protected]:rotegras/reactnd-project-myreads-starter.git -
install all project dependencies with
yarn install -
start the server with
yarn startand visitlocalhost:3000on your browser