Skip to content

Lucasdias067/manager-task-web

Repository files navigation

Manager Task Web

A web-based task management application built with React, Vite, and Tailwind CSS.

Features

  • Task Management: Create, view, update, and delete tasks.
  • Responsive Design: Optimized for various screen sizes.
  • Modern UI: Styled with Tailwind CSS for a sleek and intuitive interface.

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/Lucasdias067/manager-task-web.git
    cd manager-task-web
    
  2. Install dependencies:

    npm install
    
  3. Start the development server:

    npm run dev
    

The application will be accessible at http://localhost:5173.