React Weather App DEMO
A simple weather app built using React 17 utilizing a public weather API Meta Weather.
On the initial load, the app loads the weather by fetching the user location based on Latitude & Longitude (from browser permission). Also, user can check weather of any city through search form.
- User Location based weather
- 5 days weather forecast
- Light / Dark Mode Toggle
Faced Cors Issue while fetching from the Meta Weather API, fixed it by hosting a private CORS server.
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

