Skip to content

A simple React application for task management with data storage in the localStorage.

License

Notifications You must be signed in to change notification settings

EugSh1/Todo-list

Repository files navigation

To-Do List

A simple React application for task management with persistent data storage in localStorage. This app allows users to add, mark as completed, and delete tasks, providing an efficient way to manage daily activities.

Features

  • Add tasks: Easily add new tasks to your to-do list.
  • Mark as completed: Toggle the completion status of tasks.
  • Delete tasks: Remove tasks from the list when they are no longer needed.

Screenshots

Dark theme screenshot Light theme screenshot

Technologies Used

  • React: For building the user interface.
  • Tailwindcss: For styling the application.

Made with:

Made with

Usage

  • Click the plus button to add a new task.
  • Type the task name and press Enter to save it.
  • Click on the task to mark it as completed or click the trash icon to delete it.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A simple React application for task management with data storage in the localStorage.

Resources

License

Stars

Watchers

Forks