Portfolio

Here are some of the projects that I've created:
However, more will be coming soon and this page will be updated gradually. :)

HotBeans Web Solutions

My first attempt at creating a webpage using HTML, CSS, and JavaScript.

May 2023 - June 2023

In year 12, as part of my IT course, I was tasked with creating a webpage with only a brief description of what the website should include and depict. The only information about HotBeans that I was given was that it's a web development company, and they're looking to hire a new junior web developer.
So over a period of 2 weeks, I had to teach myself the basics of HTML, then CSS and Javascript. I primarily used a combination of YouTube tutorials Reddit and Stack Overflow.

Technologies Used:

HTML

CSS

JavaScript

Heart Monitor

My very first project using C++.

June 2023 - July 2023

During College, In year 12 I was learning how to use C++ to make a basic application. I was then told to pick a basic application from a list on the brief, the application that I ended up choosing was a heart monitor. However, before posting it I decided to edit and refine it a little.

Technologies Used:

C++

Portfolio Webpage

A webpage dedicated to showcasing my portfolio.

July 2024 - September 2024

A webpage that I created to help me showcase my portfolio, it also acts as a biography for myself and showcases my skills and accomplishments. The website also helps me showcase my ability to create basic webpages using HTML, CSS, and JavaScript.

Technologies Used:

HTML

CSS

JavaScript

IMS (Inventory Management System)

An application that allows users to monitor and manage their stock.

September 2024 - September 2024

This was my first challenging project created using C#. I call it the IMS (Inventory Management System), and it allows users to store, update, and visualise all of the items that they have in stock in one place. I found this project challenging particularly because it was my first official "solo" project using C#, meaning that I found myself frequently asking my peers and google for help with syntax errors.

Technologies Used:

C#

Currency Converter

A currency converter that uses real-time data.

September 2024 - September 2024

An application that allows users to convert currencies using real-time exchange rates. This was my first attempt at incorporating an API with a project, and it helped me understand how APIs work. I used a combination of help from my peers and YouTube videos to help me understand how APIs work and how to include them in a project.

Technologies Used:

Python

ExchangeRate API

To-Do List

A C# application where users can access their To-Do List.

October 2024 - October 2024

A simple C# application that allows users to add, remove, and show tasks that are on their To-Do List. The tasks would then be stored in a file that was created and stored locally named 'tasks'. This was an attempt for me to improve my C# skills by creating a simple program.

Technologies Used:

C#