https://github.com/dbbrandt/reactnd-redux-todos-goals
A todos app that uses react and redux. This Repo derives all the redux and react-redux concepts one by one.
https://github.com/dbbrandt/reactnd-redux-todos-goals
Last synced: 4 months ago
JSON representation
A todos app that uses react and redux. This Repo derives all the redux and react-redux concepts one by one.
- Host: GitHub
- URL: https://github.com/dbbrandt/reactnd-redux-todos-goals
- Owner: dbbrandt
- Created: 2019-11-19T22:42:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-21T03:46:36.000Z (over 5 years ago)
- Last Synced: 2025-01-03T19:22:14.340Z (6 months ago)
- Language: JavaScript
- Size: 231 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To-Do Goals Project
This repo is a code-along project for the React & Redux Course of the [React Nanodegree program](https://www.udacity.com/course/react-nanodegree--nd019).
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.