Skip to content

mohana9985/WebDevelopment-INTERNSAVY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Web Development Projects Showcase

This repository contains a collection of web development projects created as part of the INTERNSAVY internship.

Table of Contents


Personal Portfolio Website

A responsive personal portfolio website designed to showcase skills, projects, and professional experience.

Features

  • 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.

Technologies Used

  • HTML5
  • CSS3

Contact Form

A clean and straightforward contact form page.

Features

  • Input Fields: Fields for Name, Email, and a Message.
  • Simple Validation: Uses the required attribute for basic form validation.
  • Submit Button: A button to submit the form.

Technologies Used

  • HTML5
  • CSS3

Weather App

A dynamic weather application that fetches and displays real-time weather data for any city using the OpenWeatherMap API.

Features

  • 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.

Technologies Used

  • HTML5
  • CSS3
  • JavaScript (for API calls and DOM manipulation)

API Key Note

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.


Getting Started

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

About

A collection of web development projects, including a portfolio, contact form, and weather app, built with HTML, CSS, and JavaScript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors