Welcome to the repository of my personal portfolio — a minimalist and modern website to showcase my projects, skills, and experience as a front-end developer.
This portfolio is built entirely with HTML, CSS, and Vanilla JavaScript, with no external frameworks.
Its main goals are to:
- Highlight my personal and collaborative projects
- Present my technical skills clearly
- Provide a professional entry point for recruiters and potential collaborators
- HTML5
- CSS3
- JavaScript (Vanilla)
- PHP – Handles contact form and connects front-end to the database
- MySQL – Database used to store form data
- phpMyAdmin – GUI for managing the MySQL database
- Hostinger – Provides web hosting, domain name, and MySQL database
The portfolio was fully designed by myself using Figma before development.
You can view the design file here:
portfolio/
├── assets/
│ ├── css/ # Stylesheets
│ ├── js/ # JavaScript scripts
│ └── images/ # Images and icons
└── index.htmlYou can run this portfolio locally by simply cloning the repo and opening index.html in your browser:
git clone https://github.com/raaaton/portfolio.git
cd portfolio
open index.htmlUse the contact form at the bottom of the page to get in touch.
Or find me with my email: pranolouis@gmail.com.
This project is open-source and available under the MIT License.
Designed and developed by @raaaton with ❤️.