This application allows users to add and remove todo and goal items. Users can also toggle todo items as they complete them. This project demonstrates the basics of a React-Redux app. The application has been broken down into 4 distinct components:
App
- HoldsTodos
andGoals
componentsGoals
- Displays a list of the user's goalsTodo
- Displays a list of the user's todos, and if they are completedList
- Displays the individual item and text in a listAdd
- Displays the input form to add todos and goals
-
Download a copy of the project locally or clone the repository:
[email protected]:blitnee/todo-app.git
-
Install dependencies and run:
npm install
npm start
if you are using yarn
yarn install
yarn start
This project was bootstrapped with Create React App. You can find more information on how to perform common tasks in the project README
.
This project is licensed under the MIT License - see the LICENSE file for details.