SkyCast is a sleek and intuitive weather application built with React. It provides real-time weather information for any city worldwide. With a user-friendly interface and dynamic icons, SkyCast brings you the latest weather updates in an aesthetically pleasing manner.
- Real-Time Weather Data: Fetches current weather data from the OpenWeatherMap API.
- Dynamic Icons: Displays different weather icons based on current conditions (clear, clouds, rain, drizzle, mist, etc.).
- User-Friendly Search: Allows users to search for weather updates by entering the city name.
- Detailed Weather Information: Shows temperature, humidity, and wind speed.
- Responsive Design: Optimized for both desktop and mobile devices.
- Error Handling: Provides clear feedback when an invalid city name is entered.
- React: Front-end library for building user interfaces.
- CSS: For styling the application.
- OpenWeatherMap API: For fetching weather data.
Follow these instructions to get a copy of the project up and running on your local machine.
- Node.js
- npm (Node Package Manager)
- Clone the repository:
git clone https://github.com/DXtR-05/skycast-weather-wizardry.git