Skip to content

mystackbox/prj-weather

Repository files navigation

Geo-Weather App

alt text Click here to view (Online)

Table of contents

Description

Geo-Weather - a real-time weather forecast single-page application developed using Angular framework, with the purpose of showcasing front-end development skills. It has been developed using web technologies such as HTML5, SCSS, and Bootstrap, with integrated public Weather RESTful. Click here to view (Online)

Back to top

IDE - Tools - Environment

Development Environment Version
Angular CLI v21.2.1
Angular v21.2.1
Node.js 22.12.0
Package Manager npm 10.9.0
Visual Studio Code ver 1.111.0

Back to top

Tech Stack

  • Responsive UI Design ( HTML5 | SCSS | Grid & Flexbox Layouts | Bootstrap).

  • Angular/Typescript framework (Module-Based)

  • Angular Animations

  • RESTful APIs Integration

    • Real-time Weather | Geo-Loction
  • Features and Functionalities:

    • Integrated Google Maps (Private API Key)
    • Integrated Contact Form (Signals)
    • Themes Toggle (Dark vs Light)
    • Weather Units Conversion (°C or °F)
    • Integrated Social Media Share Buttons (Open Graphs)
    • Integrated Scroll-up button

Back to top

How to run the application

1. Installation

Ensure that you have following items are installed in your computer:

  • Visual Studio Code
  • Node.js
  • Angular CLI

2. Clone GitHub repository

Clone the project prj-portfolio from Github repository into your local repository . For more information about how to clone the GitHub repository, see Cloning GitHub repository.

3. Update the API Keys

Ensure that your in possession of GoogleMaps API Key. Open index.html in the source directory of the project and replace YOUR_API_KEY with your GoogleMaps API Key.

 <script async src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&loading=async&callback=Function.prototype&v=weekly"></script>

4. Start the Localhost server

Run the following command in your CLI to install all the rrequired packages:

npm install

Run the following command in your CLI to start the localhost server.

ng serve

Once the localhost server is running, navigate to http://localhost:4200/ or copy/paste http://localhost:4200/ in your browser address-bar, then press enter.

Back to top

Issues

  • The application uses Google Maps services which requires the APK Key. This means that you will to have a Google Maps API Key for Google Maps to launch.
  • The application is currently displaying hard-coded data, no integration yet.
  • Unit Testing has not been implemented yet.

Back to top

References

Back to top

Licence

MIT License

Copyright (c) 2026 | Yingisani

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE..

Back to top

About

A real-time weather forecast application developed using Angular framework, with the purpose of showcasing front-end development skills. It has been developed using web technologies such as HTML5, SCSS, and Bootstrap, with integrated public Weather RESTful.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors