Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.
/ ToDo_List Public archive

A React App for ToDo List that adds up the Task and can be deleted and updated. Also, The task can be Mark Completed.

Notifications You must be signed in to change notification settings

NeeteshNG/ToDo_List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo List

Note: This repository is archived. It was a learning project built in October 2023.

A task management application built with React and Redux Toolkit, featuring add, update, delete, and complete task functionality.

Live Demo

View Live Demo

Features

  • Add tasks with title and description
  • Update existing tasks
  • Delete tasks
  • Mark tasks as completed
  • Redux Toolkit for state management

Tech Stack

  • React 18
  • Redux Toolkit
  • CSS3

Quick Start

# Clone and install
git clone https://github.com/NeeteshNG/ToDo_List.git
cd ToDo_List
npm install

# Run
npm start

Opens at http://localhost:3000

Project Structure

src/
├── Components/
│   └── ToDoList.js     # Main component
├── ToDoSlice.js        # Redux slice
├── Store.js            # Redux store
├── App.js
├── App.css
└── index.js

Scripts

Command Description
npm start Development server
npm run build Production build
npm run deploy Deploy to GitHub Pages

Author

Neetesh Gupta - GitHub | LinkedIn

About

A React App for ToDo List that adds up the Task and can be deleted and updated. Also, The task can be Mark Completed.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •