Skip to content

carlitosdummy/task_manager

Repository files navigation

Task Manager

Task Manager is a modern web application designed to help users manage their daily tasks efficiently. Built with React, this application offers a user-friendly interface for adding, filtering, and tracking tasks.

Task Manager Preview

Live Demo

You can access the live demo here.

Features

  • Add Tasks: Easily add new tasks with a simple and intuitive interface. Users can specify the task title and its importance.
  • Filter Tasks: Filter tasks based on their status (completed, pending, etc.) or importance to focus on what's important.
  • Task Counter: Keep track of how many tasks you have completed and how many are still pending. A visual counter is provided for better tracking.
  • Expandable Task View: Tasks can be expanded to view detailed information, allowing users to manage them more effectively.

Built With

  • React - The web framework used
  • Vite - Frontend Tooling
  • TypeScript - Used for static type checking
  • ESLint - For code analysis and to enforce coding standards