Skip to content

rituldani/react-to-do-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React To-Do List App

A simple and interactive To-Do List Application built with React. Users can add tasks, delete them, and mark them as completed. This project is a beginner-friendly demonstration of React concepts like components and state management using hooks.


Features

  • 📋 Add Tasks: Add new tasks to the list.
  • Mark as Completed: Click on a task to toggle its completed status.
  • Delete Tasks: Remove tasks you no longer need.
  • 🔄 Dynamic Updates: Real-time updates using React state management.

Tech Stack

  • Frontend: React.js, JavaScript, CSS

Installation

Follow these steps to set up the project locally:

  1. Clone the Repository:

    git clone https://github.com/rituldani/react-todo-list.git
    cd react-todo-list
  2. Install Dependencies:

    npm install
  3. Run the Application:

    npm start
  4. Open in Browser: The app will run at http://localhost:3000/


About

todolist

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published