This is a simple Todo app built with React that allows you to manage your tasks. You can add, mark as completed, and delete tasks.
You can see a live demo of the Todo App [here].
- Add new tasks with descriptions.
- Mark tasks as completed.
- Delete tasks.
- Organize tasks into "Active Tasks" and "Tasks done" categories.
- Clone the repository to your local machine:
git clone https://github.com/afreenpoly/todoapp.git
- Navigate to the project directory:
cd todo-app
- Install dependencies:
npm install
- Start the development server:
npm start
- Open your web browser and go to http://localhost:3000.
- Use the app to manage your tasks by adding, marking as completed, and deleting them.
This project is licensed under the MIT License