The Task Manager Application is a simple and intuitive tool to help users organize their daily tasks effectively. It allows users to add, edit, delete, and mark tasks as complete. Designed for individuals who want a lightweight and efficient task management solution.
- Add new tasks with due dates and priority levels.
- Edit or delete existing tasks.
- Mark tasks as completed.
- Filter tasks by priority or completion status.
- User-friendly interface.
- Clone the repository to your local machine:
git clone https://github.com/username/task-manager-app.git
- Navigate to the project directory: cd task-manager-app
- Install the required dependencies: npm install
- Start the development server: npm start
Open the application in your browser at http://localhost:3000. To add a new task: Click on the "Add Task" button. Fill in the task details and click "Save." To mark a task as complete, click the checkbox next to it. Use the filter dropdown to view tasks by priority or status.