Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gautierpicon/task-manager

A todo web-app application
https://github.com/gautierpicon/task-manager

javascript react reactjs todo-app todo-list trello typescript vite vitejs

Last synced: 12 days ago
JSON representation

A todo web-app application

Awesome Lists containing this project

README

        

# Task Manager

This project is a simple task management application with a Trello-like interface for efficient task organization.

## ✨ Features

- **📝 Create Tasks**: Easily add new tasks to your project.
- **🔄 Task Workflow Management**:
- Move tasks between `To Do`, `In Progress`, and `Done` columns.
- `Freeze` tasks if they cannot be addressed immediately.
- **🌗 Light/Dark Mode Toggle**:
- Automatically adapts to your OS theme.
- Manually toggle between dark and light modes.
- **⚙️ OS Integration**: Sync app theme with your operating system preferences (e.g., dark mode).

## 🛠️ Run Locally

Clone the project:

```bash
git clone https://gautierpicon.github.io/Task-Manager/
```

Go to the project directory:

```bash
cd Task-Manager
```

Install dependencies:

```bash
npm install
```

Start the server:

```bash
npm run dev
```

Open your browser and navigate to `http://localhost:5174/`.

## 💬 Feedback

If you have any feedback, please add an issue on the [GitHub Repository](https://github.com/Gautierpicon/Task-Manager/issues).