Skip to content

The To-Do List Application is a React-based tool for efficient task management, featuring persistent storage with localStorage and a responsive Bootstrap interface. It allows users to easily add, complete, and delete tasks, making daily organization simple and effective.

Notifications You must be signed in to change notification settings

Ashriya26/Todo_list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do List Application

Description

The To-Do List Application is a simple and intuitive task management tool designed to help users organize their daily tasks efficiently. Built using React, this application leverages modern web development practices to deliver a seamless user experience.

Features

  • Add New Tasks: Users can easily add new tasks to their to-do list by entering the task description and clicking the "Add" button.
  • Task Completion: Users can mark tasks as completed or uncompleted by clicking on the checkbox icon next to each task. Completed tasks are highlighted in green, while pending tasks are shown in grey.
  • Delete Tasks: Users can remove tasks from the list by clicking the trash icon.
  • Persistent Storage: The application uses localStorage to save the tasks, ensuring that the task list is preserved even after the browser is closed or refreshed.
  • Responsive Design: The application is designed to be responsive, ensuring a smooth experience across different devices and screen sizes.

Technologies Used

  • React: The primary JavaScript library used for building the user interface.
  • Bootstrap: Utilized for responsive layout and styling.
  • localStorage: Used for persisting tasks between sessions.

How to Use

  1. Add a Task: Enter a task description in the input field and click the "Add" button to add it to your to-do list.
  2. Mark as Completed: Click the checkbox icon next to a task to mark it as completed. Click it again to mark it as uncompleted.
  3. Delete a Task: Click the trash icon next to a task to remove it from the list.

This To-Do List Application is perfect for anyone looking to stay organized and on top of their daily tasks. Whether you're managing personal tasks or work-related activities, this application provides a straightforward and efficient way to keep track of your to-dos.

Preface

Invalid

Task List

About

The To-Do List Application is a React-based tool for efficient task management, featuring persistent storage with localStorage and a responsive Bootstrap interface. It allows users to easily add, complete, and delete tasks, making daily organization simple and effective.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published