Projects
Wordle
This was a group project built using an agile approach (SCRUM). It's a Wordle clone with an API-based wordlist, complete with scoring, win tracking, and hints in the form of letters for the randomly generated word.
Built with Python, JavaScript and Flask.
Online Banking Website
This is faux banking site made in Python, Flask and MySQL(MariaDB). Through two different logins, cashier and admin, and the use of the faker module, the user is able to create customers, transactions, accounts, as well as view transactions and specific customer info. All this data is stored in a local database created in MySQL.
Hotel Booking System
A basic console application made in Python and MySQL that handles bookings made by the cashier(the user). It handles dates, different room types and cost. This is all stored in a MySQL database.
Due to the date given through the bookings made, the amount of rooms, as well as the two room types (single and double), the program does not accept overlapping bookings.