An open API service indexing awesome lists of open source software.

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.

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