Follow these steps to install the required packages and run the application:
- Ensure you have Node.js installed on your system.
- Install a package manager like
npm(comes with Node.js) oryarn.
- Clone the repository:
git clone https://github.com/AnkushVishwakarma01/task-management-app.git- Navigate to the project directory:
cd task-management-app- Install dependencies:
npm installOr, if using yarn:
yarn install- Start the development server:
npm startOr, if using yarn:
yarn start- Open your browser and navigate to:
http://localhost:8081
You're all set to use the Task Management App!