An open API service indexing awesome lists of open source software.

https://github.com/harsh3dev/todo


https://github.com/harsh3dev/todo

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

![todo](https://socialify.git.ci/harsh3dev/todo/image?language=1&name=1&owner=1&pattern=Charlie%20Brown&stargazers=1&theme=Light)

# 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.**