Skip to content

AnkushVishwakarma01/task-management-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Management App

Installation

Follow these steps to install the required packages and run the application:

Prerequisites

  • Ensure you have Node.js installed on your system.
  • Install a package manager like npm (comes with Node.js) or yarn.

Steps to Install

  1. Clone the repository:
git clone https://github.com/AnkushVishwakarma01/task-management-app.git
  1. Navigate to the project directory:
cd task-management-app
  1. Install dependencies:
npm install

Or, if using yarn:

yarn install

Running the Application

  1. Start the development server:
npm start

Or, if using yarn:

yarn start
  1. Open your browser and navigate to:
http://localhost:8081

You're all set to use the Task Management App!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors