The Weather App, designed for both desktop and mobile devices, provides you with up-to-date weather information for capital cities around the world. Developed using React JS, this app uses the OpenWeatherMap API to retrieve current weather data.
- Clone or download the repository
- Open your terminal and navigate to the project directory
- Run
npm install
to install the necessary dependencies - Run
npm start
. The application will be running at http://localhost:3000.
- Search for weather data by city name.
- Display current weather conditions: actual and feels like temperature, cloudiness, and wind speed.
- Dynamic background image that changes based on the cloudiness level, adding visual appeal and context.
- Support for multiple units of measurement: Kelvin, Celsius, and Fahrenheit, to meet the needs or preferences of users from different countries.
- Mobile-friendly responsive design that adapts to various screen sizes and devices, ensuring a seamless experience for all users.