Weather React is a data-driven weather webpage built with ReactJS. It uses OpenWeatherAPI to fetch the weather of the current location of the user. Here is a preview of the page: It also supports critical and severe weather alerts. The alerts will be displayed in a red card at the top of the page:
When a user vists the webpage they will be prompted to share their location. Their location data is sent to the API and the weather data is displayed. The location is stored in local storage for blazing fast response times with the API. A users location is never stored externally or shared with third-parties. It will be made to use the request to the API and stored in the local cache of the browser being used.