Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-29T07:44:06.000Z (4 months ago)
- Last Synced: 2024-08-29T09:10:20.950Z (4 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/)![image](https://github.com/user-attachments/assets/742da4fe-a88b-4c8a-8ae7-cee81785cf18)
## 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