A mini-application that scores and prioritizes tasks based on urgency, importance, effort, and dependencies.
Built for the Singularium Software Development Internship Assessment (2025).
- Intelligent scoring algorithm
- Four sorting strategies:
- Smart Balance (default)
- Fastest Wins
- High Impact
- Deadline Driven
- API Endpoints (Analyze + Suggest)
- Fully functional frontend UI
- Clean Django REST Framework backend
- Color-coded prioritized result view
- JSON task input support
- Backend → Django + Django REST Framework
- Frontend → HTML, CSS, JavaScript
- Database → SQLite (default)
python -m venv tech
tech\Scripts\activate