A simple React.js To-Do application that allows users to add and remove tasks dynamically.
- 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.
- React.js
- JavaScript (ES6+)
- CSS
- HTML
- Clone the repository:
git clone https://github.com/Anshuman-02/To-Do-App.git
- Navigate to the project folder:
cd To-Do-App
- Install dependencies:
npm install
- Run the script:
npm run dev
- Open the given link in your browser.
#ReactJS #ToDoApp #WebDevelopment #JavaScript #FrontendDevelopment #OpenSource #CodingProject