Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 1.38 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.38 KB

Archival Note

We are archiving this repository because we do not want learners to push personal development to the current repository. If you have any issues or suggestions to make, feel free to:

To-Do Goals Project

This repo is a code-along project for the React & Redux Course of the React Nanodegree program.

Most of the commits in this repository correspond to videos in the program.

Project Setup

  1. Clone the Project - git clone https://github.com/udacity/reactnd-redux-todos-goals.git
  2. Go into the directory where the project now lives - cd reactnd-redux-todos-goals
  3. Install the dependencies - npm install
  4. Start the app - npm start

Contributing

Because this is a code-along project and the commits correspond to specific videos in the program, we will not be accepting pull requests.

If you feel like there's a major problem, please open an issue to discuss the problem and potential resolution.