This is the for the final assessment project for Udacity's React Fundamentals course, developed by React Training.
Getting the project running on your local machine takes only a few steps:
- git clone, cd myreads and npm install create-react-app -g
- install its dependencies -
npm install
- start the application -
npm start or yarn start
- open http://localhost:3000