8000 GitHub - andronachi09/web-weather: Web wether app.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

andronachi09/web-weather

Repository files navigation

Web Weather Application

A web application used to search current weather in any desired locations

Project status

The application's front-end development is finalized. Users can search for any location, and see the different weather stats like: precipitation, temperature, forecast etc.

Project Screenshot

alt text

Installation and Setup Instructions

Clone down this repository. You will need node and yarn installed globally on your machine.

Installation:
yarn install

After installation create a .env file. In this file add VITE_WEATHER_API_KEYand VITE_MAPBOX_API_KEY:
The key for VITE_WEATHER_API_KEY can be found here.
The key for VITE_MAPBOX_API_KEYcan be found here.

To start the application locally:
yarn dev

To access the app on your local machine a link will be provided in the console.

Reflection

This project represents an example that integrates different technologies for creating a responsive web application for real-time weather data visualization. For fetching the real-time weather data, the Weather API was utilized. For map view, Mapbox API was used, which offers users an interactive map view. UI inspiration: https://dribbble.com/shots/21505269-Weather-Dashbard-App.

About

Web wether app.

Resources

Stars

Watchers

Forks

0