Assignment 1 – Personal Portfolio Website
This project is a simple personal portfolio website built for Assignment 1.
It includes three sections:
- About Me – short intro and tagline.
- Projects – two projects:
- Data Science & AI Project: cleaned and prepared a dataset, explored it, and applied basic machine learning.
- University Bus App: a concept app for tracking bus schedules inside the university campus.
- Contact – a basic form with name, email, and message fields.
- Responsive design that works on desktop and mobile.
- Navigation bar with smooth scrolling.
- Contact form with simple validation (required fields).
- Clean structure with HTML, CSS, and JavaScript separated.
- Clone or download this repository.
- Open the folder in your editor.
- Double-click
index.htmlto open it in your browser.
docs/ai-usage-report.md→ explains how tools were used during the work.docs/technical-documentation.md→ describes the project structure, features, and technologies.
- Practiced basic HTML, CSS, and JavaScript.
- Learned how to build a responsive web page.
- Understood how to use Git and GitHub for version control.
- Wrote documentation to explain the project.