This repository contains the final project for the "Introduction to HTML, CSS, & JavaScript" course offered by IBM on Coursera. The goal of this project was to apply the foundational skills learned throughout the course to build a clean, responsive, and functional single-page portfolio website from scratch.
This project demonstrates a practical understanding of core web technologies and serves as a tangible example of the skills acquired.
The portfolio is published and live on GitHub Pages. You can view it here:
- Responsive Design: The layout adapts to different screen sizes, from mobile devices to desktops.
- Dynamic Sections: Includes key portfolio sections like About Me, Skills, Projects, and Recommendations.
- Interactive Form: A functional "Leave a Recommendation" form that uses JavaScript to dynamically add new recommendations to the page.
- Popup Confirmation: Provides user feedback with a popup modal after a recommendation is successfully submitted.
- Clean UI: A modern and professional user interface inspired by the course's reference design.
This project was built using the fundamental building blocks of the web:
To run this project on your local machine:
- Clone the repository:
git clone https://github.com/BonyKoshy/IBM_Bony_Portfolio.git
- Navigate to the project directory:
cd IBM_Bony_Portfolio - Open
index.htmlin your browser: Simply open theindex.htmlfile in a web browser to view the portfolio.