This is the final assessment project for Udacity's React Fundamentals course. which I explore concepts such as:
Composition Model
Declarative Nature
Unidirectional data flow
React Router
Controlled Components
In the MyReads project, you'll create a bookshelf app that allows you to select and categorize books you have read, are currently reading, or want to read. The project emphasizes using React to build the application and provides an API server and client library that you will use to persist information as you interact with the application.
Udacity
- Installing dependencies:
$ npm install
- Running server:
$ npm start
This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.
Version 1.0.0