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