A gamified task management app that combines productivity with engagement. Built with React and Firebase, taskr helps you stay organized while making task completion more rewarding.
- 🎮 Gamified Task Tracking - Earn XP and level up as you complete tasks
- 📊 Multiple Views - Kanban board, Calendar view, and List view for flexible task management
- 🏆 Achievement System - Unlock badges and track your progress
- 📱 Responsive Design - Works seamlessly across desktop and mobile devices
- 🔄 Real-time Updates - Changes sync instantly across all devices
- 💪 Task Prioritization - Set difficulty and priority levels
- 📝 Rich Text Editing - Full markdown support for task descriptions
- 🏷️ Project Organization - Group tasks by projects
- 📅 Deadline Management - Set and track task due dates
- 💬 Comments System - Collaborate through task comments
- 🗄️ Archive System - Keep your workspace clean while maintaining history
- React (Vite)
- Tailwind CSS
- Framer Motion
- @hello-pangea/dnd (Drag and Drop)
- TipTap (Rich Text Editing)
- Firebase Authentication
- Firebase Firestore
- Firebase Security Rules
- Node.js (v16+)
- npm or yarn
- Firebase account
- Clone the repository:
git clone https://github.com/yourusername/taskr.git cd taskr - Install dependencies:
npm install
- Set up your Firebase configuration:
- Create a new Firebase project
- Enable Authentication and Firestore
- Create a .env file in the root directory:
- VITE_FIREBASE_API_KEY=your_api_key - VITE_FIREBASE_AUTH_DOMAIN=your_auth_domain - VITE_FIREBASE_PROJECT_ID=your_project_id - VITE_FIREBASE_STORAGE_BUCKET=your_storage_bucket - VITE_FIREBASE_MESSAGING_SENDER_ID=your_messaging_sender_id - VITE_FIREBASE_APP_ID=your_app_id
- Start the development server:
npm run dev
- Create, edit, and delete tasks
- Set task difficulty (Easy, Medium, Hard)
- Set priority levels (Low, Medium, High)
- Add rich text descriptions
- Set deadlines
- Assign to projects
- Track completion status
- Kanban Board: Drag-and-drop task management
- Calendar View: Deadline-based task visualization
- List View: Searchable, filterable task list
- XP-based leveling system
- Daily streaks
- Achievement badges
- Progress visualization
- Responsive design
- Dark theme
- Real-time updates
- Toast notifications
- Keyboard shortcuts
Contributions are welcome! Please read our contributing guidelines before submitting pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.
- Icons from Lucide React
- UI components inspired by shadcn/ui
- Firebase for backend services