This repository contains a collection of web development projects created as part of the INTERNSAVY internship.
A responsive personal portfolio website designed to showcase skills, projects, and professional experience.
- About Me: A brief introduction to who I am.
- Skills: A list of my technical skills and programming languages.
- Education: Details of my academic background.
- Projects: A showcase of completed projects with links to their repositories.
- Certifications: A gallery of my earned certificates.
- Contact: My contact information and links to social media profiles.
- Downloadable CV: A direct link to download my latest CV.
- HTML5
- CSS3
A clean and straightforward contact form page.
- Input Fields: Fields for Name, Email, and a Message.
- Simple Validation: Uses the
requiredattribute for basic form validation. - Submit Button: A button to submit the form.
- HTML5
- CSS3
A dynamic weather application that fetches and displays real-time weather data for any city using the OpenWeatherMap API.
- Search by City: Find current weather information for any city around the world.
- Current Weather Data: Displays temperature, humidity, and wind speed.
- Detailed Information: Provides extra data like sunrise/sunset times, UV index, pressure, visibility, and the "feels like" temperature.
- Dynamic Weather Icons: The icon changes to reflect the current weather conditions (e.g., sunny, cloudy, rainy).
- API Integration: Fetches live data from the OpenWeatherMap API.
- HTML5
- CSS3
- JavaScript (for API calls and DOM manipulation)
This project uses a public API key from OpenWeatherMap, which is included in weather app/script.js. For extensive use, it is recommended to get your own free API key from their website.
To run these projects locally, clone the repository and open the .html files in your web browser.
git clone https://github.com/mohana9985/WebDevelopment-INTERNSAVY.git
cd WebDevelopment-INTERNSAVY- To view the Personal Website: Open
Personal website/website.html - To view the Contact Form: Open
contact form/contact.html - To view the Weather App: Open
weather app/weatherapp.html