Skip to content

Akshatjainbafna/Weather-Forecast-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Weather Forecast App

A weather forecast app built using React.js library and OpenWeatherAPIs has been used to fetch weather data. Live Preview: https://cheery-fudge-4c1fde.netlify.app/

Key points to note:

  • Data has been managed using Context API and useReducer Hook.
  • One-call API has been used to fetch the hourly data weather of next 8 Days and current weather & city from the Weather API.
  • Font awesome icons and Google fonts are used for asethetics.

How to run the web app on your machine?

  1. Clone the web app by running the following command on your command prompt or terminal (Assuming you have git installed)

git clone https://github.com/Akshatjainbafna/Weather-Forecast-App.git

  1. Change the directory.

cd weather-app

  1. Install all the dependencies.

npm install

  1. Start the React app.

npm start

You have successfully run the weather app.

Images: image image

Dark theme for the night image image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published