1. Inventory Database (C# and SQL): This project involved creating an inventory system for a small online clothing store, including a detailed product view using a DetailsForm class. I used object-oriented programming to separate the data. Through this project, I was able to improve my understanding of classes and forms to apply this knowledge to build applications that are easy to maintain.




2. Weather Chart (Python): This Python program reads weather data from a text file and creates a line graph to show temperature changes over time. I organized and processed the data before turning it into a visual representation. This helped me strengthen my skills in file handling, data analysis, and visualization, which I can apply to my future projects.
3. Fitness Club (C# and SQL): This project is a two-form C# Windows Forms application connected to a SQLite database that manages members’ records, including updating and deleting information, dynamic search, check-in and check-out status, and weight loss tracking. Through this project, I learned how to design and manage a database, connect it to a user interface, and implement features that improve accuracy. I can apply this knowledge in future projects by creating more advanced business systems with strong data management.


4. Handmade Handpans Website (HTML & CSS): This website was designed to showcase and sell handmade handpans, allowing users to browse products and place orders. To make the site easy to use, I created a clean layout and navigation. While working on this project, I learned more about front-end design, which knowledge I can apply to create interfaces that are both visually appealing and functional.