TaskMatrix is a modern, flexible, and smart personal task manager built with React, Vite, and TailwindCSS. It focuses on powerful task creation, reminders, scheduling, templates, geofencing, and optional AI-assisted planning — all designed to help you organize your day effortlessly.
Naren S J
Contact
- Email: narensonu1520@gmail.com
- Phone: +91 82968 33381
- GitHub: Naren1520
- Fast creation, editing, and organization of tasks
- Notes, links, and file attachments
- Recurring tasks with flexible rules (daily, weekly, custom)
- Custom ringtones with trimming support
- Alarm volume & playback settings
- Notifications with optional snooze
- Works even while using other tabs (browser permission required)
- Trigger reminders when entering or leaving an area
- Adjustable radius for accuracy
- Lightweight geofencing module optimized for battery/performance
- Calendar View: Date-first planning
- Timeline / Gantt View: Visual scheduling made simple
- Drag & drop (if enabled) for quick date adjustments
-
Create reusable templates for recurring task formats
-
Optional plugin modules:
- Habit tracker
- Water intake tracker
- Basic budgeting
- Custom plugin support
- Uses OpenWeatherMap
- Weather-based suitability suggestions (e.g., “Good time for outdoor tasks”)
- City persists via
localStorage
- Smart task suggestions
- Auto-generates routines, habit plans & priority sorting
- Requires configuration in
aiService.jsor env variables
- Dark/Light theme toggle
- Accessibility helpers (reduced motion, dyslexia-friendly fonts)
- Clean layout powered by TailwindCSS
- Node.js 16+
- npm (or yarn)
cd "c:\Users\Naren S J\Downloads\Todo website"
npm installnpm run devnpm run buildnpm run previewTaskMatrix uses Vite, so all environment variables must start with VITE_.
| Variable | Description | Example |
|---|---|---|
VITE_WEATHER_API_KEY |
OpenWeatherMap API key (optional) | abc123... |
VITE_WEATHER_API_URL |
Weather API base URL | https://api.openweathermap.org/data/2.5 |
VITE_ENABLE_WEATHER |
Enable/disable weather widget | true |
VITE_ENABLE_AI |
Enable AI features | false |
VITE_WEATHER_API_KEY=your_api_key_here
VITE_WEATHER_API_URL=https://api.openweathermap.org/data/2.5
VITE_ENABLE_WEATHER=true
VITE_ENABLE_AI=false
- Reset weather city:
Run this in browser console:
localStorage.removeItem('weather_city') - Alarm audio not playing? Check browser sound permissions + Alarm volume settings.
- Location-based reminders: Require location permission and may take a few seconds to activate after page load.
- Backup & migration: Use Import/Export to save tasks as JSON anytime.
src/
├─ components/ # Reusable UI blocks
├─ pages/ # Main views (Home, Calendar, Timeline, etc.)
├─ features/ # Plugins & optional modules
├─ hooks/ # Custom hooks
├─ utils/ # Helper functions
├─ services/ # API, weather, AI, local storage services
├─ styles/ # Global Tailwind overrides
└─ assets/ # Icons, sounds, images
- Voice task creation
- Smart routines powered by on-device context
Pull requests are welcome! For major changes, please open an issue to discuss what you’d like to modify.
TaskMatrix — Your personal productivity companion, built with care and creativity.