https://github.com/mahmoudsaeedua74/todo-app
"This is a To-Do website built with React, allowing users to add and manage tasks. It features three components: logo, task form, and task display. State management is done using React Context for an efficient user experience.
https://github.com/mahmoudsaeedua74/todo-app
css3 html5 react react-hooks react-router state-management tailwindcss
Last synced: 2 months ago
JSON representation
"This is a To-Do website built with React, allowing users to add and manage tasks. It features three components: logo, task form, and task display. State management is done using React Context for an efficient user experience.
- Host: GitHub
- URL: https://github.com/mahmoudsaeedua74/todo-app
- Owner: mahmoudsaeedua74
- Created: 2024-11-26T00:46:58.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-26T01:14:03.000Z (11 months ago)
- Last Synced: 2025-03-20T05:17:23.123Z (7 months ago)
- Topics: css3, html5, react, react-hooks, react-router, state-management, tailwindcss
- Language: JavaScript
- Homepage: https://todo-app-sigma-vert-37.vercel.app
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo App
Todo App is a simple task management web application. It allows users to add tasks, mark them as completed, delete them, and sort tasks based on their completion status. The app also includes a Dark Mode/Light Mode toggle for better usability.
## Features:
- Add and manage tasks easily.
- Mark tasks as completed or delete them.
- View tasks based on their completion status (completed or pending).
- Dark Mode and Light Mode toggle.
- Context-based state management for handling task states.## Technologies Used:
- React
- Context API (for state management)
- CSS
- Dark Mode/Light Mode implementation
- tailwindcss## How to Set Up the Project:
1. Clone the repository:
```bash
git clone https://github.com/your-username/todo-app.git