Projects


Healthy Eating App

July 2023 - Current

This project allows users to search and save recipes. The program uses the Edamam API to generate and search for recipes depending on calorie limit, dietary requirements, and/or main ingredient. When prompted, the program can create a meal plan using user input. When the user is satisfied with the meal plan, the program provides a shopping list.


Python MySQL API's

Online CV

July 2023 - Current

This very website is a project! The aim of this project is to practice my HTML and CSS understanding. I used multiple HTML files so that you can navigate through the pages listed in the side bar. Using multiple CSS files, I styled the look of the webpages.


HTML5 CSS3

Top Trumps Game

June 2023 - July 2023

A project that aims to immitate the famous Top Trumps game using external, third-party API's. During the game, the user is presented a card from which they have to choose a stat. The stat is compared against the same stat on the CPU's card, and the higher stat wins the round and gains a point. At the end, the player with the highest number of points wins. Previous game history with timestamps and details can be viewed.


Python API's

Library Management System

May 2023

This is a Library Management System project. This project mimics how a library system would run, including user and staff login with different functionalities. The users can loan, return and search for books. Staff can create, delete and edit users, renew books and edit the book inventory table. The project is linked to a library manager relational database, that contains three tables that are responsible for book inventory, user details and loans.


C# .NET MySQL

Math Game

May 2023

This is a math game that I used to practice my OOP skills! It was created as a console app on Microsoft Visual Studio. The user can choose to play an addition, subtraction, multiplication or division game, and can set the game difficulty. Past games can also be viewed. This application was created for my nephew, so he could practice his mathematics in a fun way!


C# .NET MySQL

C# Password Manager

May 2023

The C# Password Manager program was built as a console app on Microsoft Visual Studio. The user initially has to enter a master username and password to access the service. Three wrong tries results in the program recording the time and date as a 'breach'. If the user successfully logs in, they can choose to add, delete, or view passwords. They can also view all breach attempts.


C# .NET MySQL

HTML Resume/CV

April 2023

This project was my first project to practice HTML, before I had learnt CSS. I learnt about important tags and structures, and the ability to link HTML pages together. The website you are currently on is meant to be an improvement of this project!


HTML5