Works

Projects

Benj Pharmacy

Dec 2021

An E-commerce website for a local pharmacy with online payment method via Gcash, Maya and Paypal. It has a fully functional admin dashboard to manage products and orders.

I used PHP for the back end; Sass for the front end of the main page, and Bootstrap for the Admin dashboard. JQuery was used for some dynamic page changes. The database is in MySQL with the help of PHPMyadmin. Overall, I learned a lot from this project to develop a fullstack website. This is where I realized the importance of reusable components concepts like React.

Weather

Dec 2020

An weather website for mobile users to get weather information on the go. My first attempt to develop dynamic web page with fetching API.

Consumes API with a weather api to gather weather information and location api to get current weather information of the current location on initial load.

Other Projects

Forest Survival

Jun 2020

My first program in python with classes and functions. It is a console game with turn-based strategies. This is a final requirement project from my Computer Science Course in Second Year.

I learned the concepts of programming from this course and project.