Welcome to my
portfolio page
Here, you'll find a showcase of my front-end web development projects, highlighting my skills in creating dynamic, responsive, and visually appealing websites.
Keep an eye on this page, as frequently I will update, change things and upload new projects. We are developers afterall...
Dummy Restaurant Website
A fully responsive restaurant website where menu items are dynamically loaded from an external JSON file. I used JavaScript extensively to loop through data, generate UI components, and create an interactive browsing experience. This project highlights my ability to work with structured data and build clean, modular front‑end logic.
GitHub Repository: Dummy Restaurant Website
GitHub Pages: Dummy Restaurant Website
Github User Repo Finder
A GitHub repository search tool built using the Fetch API. By entering a username, users can retrieve and display public repositories in real time. This project strengthened my skills in working with REST APIs, handling asynchronous JavaScript, and presenting external data in a clean, user‑friendly interface.
GitHub Repository: Github User Repo Finder
GitHub Pages: Github User Repo Finder
Shopping List
A simple but powerful shopping list application built with vanilla JavaScript. It stores data in the browser’s localStorage, allowing users to save, update, and clear their list even after refreshing the page. This project demonstrates my understanding of DOM manipulation, event handling, and persistent client‑side data.
GitHub Repository: Shopping List
GitHub Pages: Shopping List
Weather Forecast
A weather application powered by the OpenWeatherMap API. It fetches real‑time weather data and displays key information such as temperature, conditions, and location. This project helped me deepen my understanding of API integration, asynchronous operations, and building practical, data‑driven UI components.
GitHub Repository: Weather Forecast
GitHub Pages: Weather Forecast