Archived Projects
oldprojects.camk.net

Here you will find links to live-previews of selected older PHP applications I have designed across the years.

🏦

Old PHP Online Banking System

This is an web project from 2013 (when I was 15 years old) that demonstrates basic online banking functionality (user authentication, account balances, transfers). It was developed using native PHP and MySQL to learn fundamental web development concepts.

💬

Old PHP Translator Project

This is a web project from 2013 (when I was 15 years old) that used a simple text input, in Portuguese, and translated it to a language I had created. It uses both PHP and JavaScript to render the "translation" without having to refresh the page.

👥

Old jQuery Mobile Social Network Project

This was my first webapp, from 2014 (when I was 16 years old), that I created to create a simple social network to organise hangouts with friends from high school, in a time where social networks weren't that spread in Brazil yet. I used jQuery Mobile for the frontend and PHP/MySQL for the backend. The system allows users to create events, comment on other's events, confirm their attendance, and manage their profiles.

🗳️

University Social Network Project

This is a more advanced version of my previous social network project, developed in 2014 (when I was 16 years old) during my first year at university. This social network was created for university students to connect and collaborate on projects, write and share articles on various topics, voting on initiatives and our monthly leader. The system was originally programmed using PHP 5.x and jQuery 1.7.x, but has been modernised to run in modern PHP frameworks.