An open API service indexing awesome lists of open source software.

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.

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