The Weather App

Discover the library and Methodology to create this simple weather app

View the App

React - Bootstrap

The Simple Weather App is a React-based project designed to deliver real-time weather updates. This minimal project was created to showcase my react knowlege

API Integration

The app establishes a connection with a weather data provider through API calls. This feature enables the app to retrieve up-to-date weather information.
A call is made from the app to the API provider, which then returns the requested data. The app then parses the data and displays it to the user.

View the App