It is a task Management system for companies to assign tasks to their employees and update and delete tasks
Recording.2024-05-27.174519.mp4
- Node.js installed on your machine
-
Clone the repository to your local machine:
git clone https://github.com/Yashgupta9330/todo.git
-
Navigate into the project directory:
cd todo -
Install project dependencies using npm:
npm install
-
Start the development server:
npm run dev
-
Open your web browser and navigate to http://localhost:5173 to view the project.