Skip to content

ikshasingh/todo-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

React To-Do App (Add & Delete Tasks)

A minimal To-Do application built with React. Features:

Add new tasks

Delete tasks

πŸš€ Getting Started 1️⃣ Clone the repository git clone https://github.com/your-username/todo-app.git cd todo-app

2️⃣ Install dependencies npm install

3️⃣ Run the app npm start

Your app will run at http://localhost:3000 .

πŸ“Œ Usage

Type a task in the input field.

Click Add to add it to the list.

Click Delete next to a task to remove it.

πŸ—‚οΈ Folder Structure todo-app/ │── src/ β”‚ β”œβ”€β”€ App.js # Main component β”‚ β”œβ”€β”€ TodoItem.js # (optional) single task component β”‚ β”œβ”€β”€ index.js # Entry point │── package.json

πŸ› οΈ Tech Stack

React

JavaScript (ES6+)

CSS for styling

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published