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

Latest commit

 

History

History
62 lines (44 loc) · 1.22 KB

File metadata and controls

62 lines (44 loc) · 1.22 KB

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