A simple weather application that retrieves current weather data and upcoming weather data for upto 5 days via OpenWeatherMap's weather API.
-
clone the repo to your local development environment
git clone https://github.com/lasanseniya/weather-app-react.git -
Install the packages via,
npm install -
start the dev frontend via,
npm run dev -
visit the url
http://localhost:5173on your browser to view the output
