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.
- Add tasks with title and description
- Update existing tasks
- Delete tasks
- Mark tasks as completed
- Redux Toolkit for state management
- React 18
- Redux Toolkit
- CSS3
# Clone and install
git clone https://github.com/NeeteshNG/ToDo_List.git
cd ToDo_List
npm install
# Run
npm startOpens at http://localhost:3000
src/
├── Components/
│ └── ToDoList.js # Main component
├── ToDoSlice.js # Redux slice
├── Store.js # Redux store
├── App.js
├── App.css
└── index.js
| Command | Description |
|---|---|
npm start |
Development server |
npm run build |
Production build |
npm run deploy |
Deploy to GitHub Pages |