Skip to content

Rudr-1705/Weather_Radar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Radar

Welcome to Weather Radar, a basic weather information website that leverages core frontend web development technologies. This project is an implementation of concepts in HTML, CSS, and JavaScript to create a responsive and visually appealing interface to display weather information.


Project Overview

Weather Radar is designed for developers looking for a beginner-friendly project in frontend development. It focuses on the foundational technologies of web development:

  • JavaScript for interactive functionalities (~48.7% of the codebase)
  • HTML for structuring the website (~26.5% of the codebase)
  • CSS for beautiful styling (~24.8% of the codebase)

The aim of this project is to provide a simplistic and minimalist weather information webpage that can serve as the foundation for adding advanced features such as API integration and dynamic data.


Features of the Project:

  • Dynamic Web Interface: Interactive design powered by JavaScript.
  • Responsive Design: Seamlessly scales across devices using modern CSS techniques.
  • Static Weather Information: Displays placeholder weather data for demonstration purposes.
  • Beginner-Friendly Codebase: Well-structured and commented code for easy understanding.

Project Structure

The repository is structured as follows:

Weather_Radar/
├── index.html         # Main page structure
├── styles/            # Contains all CSS files
│   └── style.css      # Primary stylesheet
├── scripts/           # Contains all JavaScript files
│   └── app.js         # Primary JavaScript file
├── assets/            # Image or media files (optional)
└── README.md          # Project documentation

Getting Started

  1. Clone the Repository:
    git clone https://github.com/Rudr-1705/Weather_Radar.git
  2. Navigate to the Project Directory:
    cd Weather_Radar
  3. Open index.html in Your Web Browser.

License

This project is licensed under the MIT License. For more details, refer to the LICENSE file.


Acknowledgments

Special thanks to:

  • MDN Web Docs for excellent tutorials and references on HTML, CSS, and JavaScript.
  • The open-source community for inspiring projects and helpful resources.

About

A basic weather info website which uses frontend concepts of HTML, CSS and JS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors