https://github.com/harsh3dev/todo
https://github.com/harsh3dev/todo
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/harsh3dev/todo
- Owner: harsh3dev
- Created: 2024-05-27T11:31:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-27T12:18:23.000Z (about 2 years ago)
- Last Synced: 2025-04-13T14:18:11.410Z (about 1 year ago)
- Language: JavaScript
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Company Task Management
It is a task Management system for companies to assign tasks to their employees and update and delete tasks
## Demo
https://github.com/harsh3dev/todo/assets/121597877/dfdbfc6f-b4e7-417f-b6b8-e96503f6f8f9
## To Run This Project
### Prerequisites
- Node.js installed on your machine
### Installation
1. **Clone the repository to your local machine:**
```bash
git clone https://github.com/Yashgupta9330/todo.git
```
2. **Navigate into the project directory:**
```bash
cd todo
```
3. **Install project dependencies using npm:**
```bash
npm install
```
### Usage
4. **Start the development server:**
```bash
npm run dev
```
5. **Open your web browser and navigate to http://localhost:5173 to view the project.**