Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 822 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 822 Bytes

Task Manager Application

Live Demo

You can view the live demo of the project here: Task Manager default credentails for testing: email: [email protected] password: admin

Getting Started

Follow the instructions below to set up and run the project locally.

Prerequisites

Ensure you have the following installed:

  • Node.js (Version 14.x or later)
  • npm (usually comes with Node.js) or yarn

Installation

  1. Clone the repository to your local machine:

    git clone [email protected]:Naveedahmedtech/task-management-client.git
    cd task-management-client
    
  2. Install the dependencies: npm install

  3. Start the development server: npm start

application running on localhost:5173