Skip to content

A basic todo builder that allows you to add/delete todo items, toggle a todo item, and add/delete goals. (React, Redux)

Notifications You must be signed in to change notification settings

blitnee/todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo App ✅

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 - Holds Todos and Goals components
  • Goals - Displays a list of the user's goals
  • Todo - Displays a list of the user's todos, and if they are completed
  • List - Displays the individual item and text in a list
  • Add - Displays the input form to add todos and goals

Home display for Todo app

Instructions

  1. Download a copy of the project locally or clone the repository:

    [email protected]:blitnee/todo-app.git

  2. Install dependencies and run:

    npm install

    npm start

    if you are using yarn

    yarn install

    yarn start

Create React App

This project was bootstrapped with Create React App. You can find more information on how to perform common tasks in the project README.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A basic todo builder that allows you to add/delete todo items, toggle a todo item, and add/delete goals. (React, Redux)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published