Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Manager App

A simple task manager built with React (Vite) and Tailwind CSS.

Features

  • View a list of tasks
  • Add a new task (with validation)
  • Mark a task as completed
  • Delete a task
  • Filter tasks (All, Completed, Pending)
  • Responsive and clean UI

Getting Started

Prerequisites

  • Node.js and npm installed

Setup

  1. Install dependencies:
    npm install
  2. Start the development server:
    npm run dev
  3. Open your browser and go to the local server URL (usually http://localhost:5173).

Usage

  • Add a new task using the input at the top. The title must not be empty.
  • Mark a task as completed by checking its checkbox.
  • Delete a task using the × button.
  • Use the filter buttons to view all, completed, or pending tasks.

Built with ❤️ using React, Vite, and Tailwind CSS.

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages