Harshwardhan Patil Logo

My Work

Project 1

Weather App

Minimal Weather App – A sleek and lightweight weather application that provides real-time weather updates, temperature, humidity, and other key metrics for any location. Utilizes a weather API for live data and integrates location permissions to deliver accurate, location-based forecasts. Designed with a clean interface for quick, intuitive access to multiple pieces of weather information.

Project 2

Pride Pharmacy

Pride Pharmacy A clean, responsive, and visually engaging pharmacy website built using pure HTML and CSS. Designed to showcase products, services, and contact information with an intuitive layout and user-friendly navigation. Features a modern aesthetic, consistent branding, and a mobile-friendly interface to ensure accessibility across all devices.

Project 3

Colour Switcher

Colour Switcher This project is a simple Color Scheme Switcher built using basic web technologies. It allows users to change the background color of the webpage by clicking on different color boxes. Each color option is interactive, making the page more dynamic and user-friendly. The project demonstrates the use of event handling and DOM manipulation in JavaScript. It is a great beginner-friendly project for understanding how user interactions work on a webpage. Overall, it showcases how small UI elements can enhance user experience through interactivity.

Project 4

BMI Calculator

BMI Calculator This project is a BMI Calculator designed to help users quickly determine their Body Mass Index based on height and weight inputs. Users enter their height in centimeters and weight in kilograms, then click the calculate button to view their BMI result. The application uses a simple formula to provide accurate calculations instantly. It also includes a BMI weight guide to help users understand their health category. This project demonstrates form handling, basic calculations, and dynamic output using JavaScript. It is an ideal beginner project for learning practical, real-world web development concepts.