Projects

Portfolio Project

Personal Portfolio Website

A responsive portfolio website built from scratch to showcase my skills and projects. The design focuses on clean aesthetics and user experience.

What this project demonstrates:

  • Strong frontend fundamentals: Semantic HTML, modern CSS, and vanilla JavaScript
  • Responsive design: Fully responsive across all device sizes
  • Clean structure: Well-organized code with clear separation of concerns
  • Attention to detail: Careful consideration of typography, spacing, and interactions
HTML5 CSS3 JavaScript Responsive Design Git
Project 2

Weather Dashboard

A weather application that displays current weather conditions and forecasts for any city. Features a clean interface with dynamic data updates.

Key features:

  • Fetch and display weather data from API
  • Responsive design with intuitive UI
  • City search functionality
  • Temperature unit conversion
JavaScript API Integration CSS Grid Async/Await
Project 3

Task Management App

A simple yet effective task management application that helps users organize their daily tasks with features for adding, editing, and tracking completion.

Key features:

  • Add, edit, and delete tasks
  • Mark tasks as complete
  • Local storage for data persistence
  • Clean and minimal interface
JavaScript Local Storage DOM Manipulation CSS Flexbox