https://w34th3r-app.netlify.app/
This is a weather application built with React, Bootstrap, and SASS that provides real-time weather information for any city in the world.
City Search: Users can search for the current weather of any city.
Temperature Units: Users can choose between Celsius, Fahrenheit, and Kelvin to display the temperature.
Real-Time Data: The app fetches weather data from the Weatherstack API in real time.
Weather Information: Displays current weather details such as temperature, humidity, wind speed, and weather description.
Geolocation: Automatically fetches and displays the weather for the user's current location (if allowed).
Search for a city: Enter a city name in the search bar and click on the "Search" button.
Select temperature unit: Choose the preferred unit for temperature (Celsius, Fahrenheit, Kelvin).
View Weather: The weather details will be displayed, including the temperature, humidity, and wind speed.
Clear Search: You can clear the input and reset the search results by clicking the "Clear" button.
React: Main library for building the user interface.
Bootstrap: Framework used for styling and layout.
SASS: For custom styles and theming.
Weatherstack API: Provides real-time weather data.
Geolocation API: Retrieves the user's current location for weather details.