Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gautierpicon/task-manager
- Owner: Gautierpicon
- Created: 2025-01-02T12:52:42.000Z (18 days ago)
- Default Branch: main
- Last Pushed: 2025-01-04T14:12:44.000Z (16 days ago)
- Last Synced: 2025-01-04T14:23:24.823Z (16 days ago)
- Topics: javascript, react, reactjs, todo-app, todo-list, trello, typescript, vite, vitejs
- Language: TypeScript
- Homepage: https://gautierpicon.github.io/Task-Manager/
- Size: 519 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).