https://github.com/mashookhkhanlol/todo-app
The ToDo App is a task management application that allows users to add, delete, and update their to-do items efficiently.
https://github.com/mashookhkhanlol/todo-app
reactjs tailwind-css todo-app
Last synced: 4 months ago
JSON representation
The ToDo App is a task management application that allows users to add, delete, and update their to-do items efficiently.
- Host: GitHub
- URL: https://github.com/mashookhkhanlol/todo-app
- Owner: MashookhKhanlol
- Created: 2024-08-05T05:30:07.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-08-29T07:44:06.000Z (11 months ago)
- Last Synced: 2025-01-21T11:12:13.941Z (6 months ago)
- Topics: reactjs, tailwind-css, todo-app
- Language: JavaScript
- Homepage: https://todo-app-omega-ten-70.vercel.app/
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ToDo App
The ToDo App is a task management application that allows users to add, delete, and update their to-do items efficiently. This app is designed to help users stay organized and manage their tasks with ease.
## Table of Contents
- [Features](#features)
- [Installation](#installation)
- [Technologies Used](#technologies-used)## Features
- Add new tasks
- Delete existing tasks
- Update tasks
- Task state management with ToDo context## Benefits
- Simple and intuitive task management
- Organized and efficient workflow
- Real-time updates to tasks
- Centralized state management for tasks## Technologies Used
- [React.js](https://reactjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
## Installation
Follow these steps to set up the ToDo App locally:```bash
# Clone the repository
git clone https://github.com/MashookhKhanlol/todo-app.git# Navigate to the project directory
cd todo-app# Install dependencies
npm install# Start the application
npm start