Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,25 @@
# TODO List App

This is a simple Todo List web application built using React.

## 🚀 Features
- Add new tasks
- Delete tasks
- Move tasks up and down

## 📁 Project Structure
- src/components → Contains UI components
- src/pages → Contains page-level components

## 🛠️ Technologies Used
- React
- JavaScript
- CSS

## ▶️ How to Run
1. Clone the repository
2. Run `npm install`
3. Run `npm start`

## 🤝 Contributing
Feel free to contribute to this project by submitting pull requests.