Tuesday.com is a comprehensive project management platform that combines advanced task management capabilities with AI-driven automation. Built during HackED 2025, it offers a modern approach to team collaboration and project organization.
- Intelligent task generation and management
- Smart task prioritization
- Predictive task scheduling
- Intuitive Kanban board interface
- Customizable task workflows
- Real-time collaboration tools
- Interactive dashboard
- Real-time updates
- Responsive design
backend/
├── views/
├── register.ejs # sign up page
├── login.ejs # Login page
├── main.ejs # List selection
└── tasks.ejs # Task list
backend/
├── models/
│ ├── Users.js # User data schema
│ ├── Tasks.js # Task data schema
| ├── ListAssignments.js # List assignments schema
| ├── Lists.js # List schema
| ├── Recommendations.js # not implemented yet
| └── Assignments.js # Task data schema
└── app.js # app configuration
- Node.js (v14 or higher)
- npm or yarn
- dotenv
- axios
-
Clone the repository
git clone https://github.com/MisbahAN/tuesday.com.git cd tuesday.exe -
Install dependencies
npm install npm install dotenv
-
Start development server
node app.js
- AI-Powered Insights
- Real-Time Collaboration
- Gamification Features
- Third-Party Integrations
- Mobile Apps
- Voice Commands
- Advanced Analytics
We welcome contributions! Here's how you can help:
- Fork the repository
- Create your feature branch
git checkout -b feature/AmazingFeature
- Commit your changes
git commit -m 'Add some AmazingFeature' - Push to the branch
git push origin feature/AmazingFeature
- Open a Pull Request