Skip to content

The Todo List App is a simple web application built using React.js that allows users to create, manage, and delete their to-do tasks in an organized manner

License

Notifications You must be signed in to change notification settings

00123nikhil/react-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⛓️ Todo List App

The Todo List App is a simple web application built using React.js that allows users to create, manage, and delete their to-do tasks in an organized manner. This README file provides an overview of the application, installation instructions.

Table of Contents

Features

  • Add new tasks to the todo list.
  • Mark tasks as completed or uncompleted.
  • Delete tasks from the list.
  • Clean and user-friendly interface.

Demo

Link to Live Demo

Screenshorts

React-App

Installation

  1. Ensure that you have Node.js installed on your system. You can download it from the official website: https://nodejs.org

  2. Clone this repository to your local machine using the following command:

git clone https://github.com/00123nikhil/todo-list-app.git
  1. Navigate to the project directory:
cd todo-list-app
  1. Install the required dependencies by running:
npm install
  • Adding a Todo Task : To add a new task to the list, click on the "Add Task" button and enter the task description in the input field provided. Press the "Enter" key or click on the "Add" button to add the task to the list.

  • Marking a Task as Completed/Uncompleted : To mark a task as completed, click on the text to the task description. To mark it as uncompleted, click on the text again.

  • Deleting a Task : To delete a task from the list, click on the "Delete" button next to the task you wish to remove.

License

MIT License

The Todo List App is licensed under the MIT License, which allows for both personal and commercial use.

About

The Todo List App is a simple web application built using React.js that allows users to create, manage, and delete their to-do tasks in an organized manner

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published