Skip to content

Tusharkshahi/TaskMind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TaskMind 🧠

AI-powered task management application that helps you prioritize and organize your tasks intelligently.

Features

  • CRUD Operations - Create, read, update, delete tasks
  • 🤖 AI Prioritization - Automatic task categorization (High/Medium/Low)
  • 🏷️ Smart Tags - Organize tasks with custom tags
  • 🎨 Minimal UI - Clean, responsive design
  • 💾 JSON Storage - Simple file-based persistence

Tech Stack

Backend:

  • FastAPI - Modern, fast web framework
  • Pydantic - Data validation
  • Azure OpenAI - AI-powered analysis

Frontend:

  • Alpine.js - Lightweight reactive framework
  • Tailwind CSS - Utility-first styling
  • Vanilla JavaScript

Project Structure

TaskMind/
├── backend/
│   ├── main.py              # FastAPI app & routes
│   ├── models/
│   │   └── task.py         # Pydantic models
│   ├── services/
│   │   ├── task_service.py # CRUD operations
│   │   └── ai_service.py   # AI integration
│   └── storage/
│       └── task_storage.py # JSON file operations
├── frontend/
│   ├── static/
│   │   ├── css/
│   │   └── js/
│   └── templates/
│       └── index.html
├── data/
│   └── tasks.json          # Task database
└── requirements.txt

Setup Instructions

Coming soon...

Usage

Coming soon...

License

MIT

About

TaskMind is a smart, minimalist task planner that brings AI intelligence to your daily workflow. Say goodbye to the stress of prioritizing endless to-do lists. With TaskMind, simply add your tasks and let AI automatically analyze and categorize them by priority—helping you focus on what truly matters.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages