Skip to content

malikdotexe/react-basic-to-do

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React To-Do App

A simple to-do list app built with React.
Users can add tasks, mark them as complete, and delete them.


🚀 Features

  • Add tasks via input or by pressing Enter.
  • Toggle completion (✔ marks task done).
  • Delete tasks (❌ removes task).
  • Simple and minimal UI.

🛠️ Installation

Clone the repo:

git clone https://github.com/your-username/todo.git cd todo

Install dependencies:

npm install Start the app:

npm start The app will run at http://localhost:3000.

📂 Project Structure csharp Copy code todo/ ├── public/ # Static files ├── src/ # App code (App.js, App.css, etc.) ├── package.json # Project dependencies ├── README.md # Project documentation

🧑‍💻 Tech Stack React JavaScript CSS

📸 Screenshot Screenshot 2025-09-04 at 4 05 55 PM

About

Basic to do react app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors