https://github.com/anshuman-02/to-do-app
A simple To-Do app built using React, allowing users to add and delete tasks efficiently.
https://github.com/anshuman-02/to-do-app
codingprojects frontenddevelopment javascript opensource reactjs todoapp webdevelopment
Last synced: 6 months ago
JSON representation
A simple To-Do app built using React, allowing users to add and delete tasks efficiently.
- Host: GitHub
- URL: https://github.com/anshuman-02/to-do-app
- Owner: Anshuman-02
- Created: 2025-02-17T20:02:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-17T20:06:10.000Z (about 1 year ago)
- Last Synced: 2025-02-17T21:23:03.478Z (about 1 year ago)
- Topics: codingprojects, frontenddevelopment, javascript, opensource, reactjs, todoapp, webdevelopment
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To-Do App ✅
A simple **React.js** To-Do application that allows users to add and remove tasks dynamically.
## 📌 Features
- **Add Tasks**: Enter a task and add it to the list.
- **Remove Tasks**: Click on a task to delete it from the list.
- **Minimalist UI**: Clean and user-friendly interface.
- **React Components**: Organized using modular components.
## 🛠 Technologies Used
- **React.js**
- **JavaScript (ES6+)**
- **CSS**
- **HTML**
## 🚀 How to Run Locally
1. Clone the repository:
```bash
git clone https://github.com/Anshuman-02/To-Do-App.git
2. Navigate to the project folder:
```bash
cd To-Do-App
3. Install dependencies:
```bash
npm install
4. Run the script:
```bash
npm run dev
5. Open the given link in your browser.
## 🏷️ Hashtags
#ReactJS #ToDoApp #WebDevelopment #JavaScript #FrontendDevelopment #OpenSource #CodingProject