← All Projects
Web
Handlr - Study Timetable Manager
June 2020
Overview
Handlr is a study schedule manager that helps students organize their timetables, track subjects, and manage deadlines. Built as an early learning project to explore Node.js backend development and MVC architecture.
Stack
- Node.js + Express for the server and routing
- MongoDB for data persistence
- Semantic UI + Bootstrap for the frontend
Purpose
This was a foundational project in my web development journey - where I learned Express routing, MongoDB CRUD operations, Semantic UI component patterns, and basic full-stack architecture.