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.
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_KEY
and VITE_MAPBOX_API_KEY
:
The key for VITE_WEATHER_API_KEY
can be found here.
The key for VITE_MAPBOX_API_KEY
can 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.
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.