TaskFlow is a versatile todo application designed to help you manage your tasks efficiently. It includes features such as a todo list, Eisenhower matrix, and repeated tasks management.
- Home Page: Introduction and guide to the productivity app.
- Todo List: Add and manage your tasks.
- Eisenhower Matrix: Prioritize tasks based on urgency and importance.
- Repeated Tasks: Manage tasks that need to be repeated regularly.
- Clone the repository:
git clone https://github.com/your-username/TaskFlow.git cd TaskFlow
- Install dependencies:
npm install
- Run in Local