Kayak E-Commerce Website
Technologies: Python, Flask, SQL, HTML, CSS
- Developed a web application for selling kayaks and kayaking equipment using Flask.
- Implemented dynamic product pages displaying kayak gear, pricing, and descriptions.
- Designed and managed a relational database to store product information and retrieve it using SQL queries.
- Integrated backend database operations with Flask routes to dynamically render products on the website.
- Structured the application with separate templates, static files, and backend logic following good project architecture.
Employee Roster Management System | Personal Project
Technologies: Python, Flask, SQL, Dart
- Developed a web application for managing employee work rosters and scheduling.
- Implemented features allowing employees to view assigned shifts, request shift swaps, and submit holiday requests.
- Built an automated roster generator to assist with scheduling staff shifts.
- Designed and managed a relational database using SQL to store employee schedules, shift data, and requests.
- Integrated the backend system with a mobile application built in Dart, enabling users to access schedules and requests from their phones.
- Implemented database-driven functionality to update and retrieve scheduling data in real time.