This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
A simple and intuitive weather application built with React that allows users to check current weather conditions for cities around the world.
- Search for weather by city name
- Display current temperature, weather condition, and location
- Show additional weather information like humidity, wind speed, and pressure
- Dynamic weather icons based on current conditions
- Responsive design for various screen sizes
- Error handling for invalid city inputs
- React
- Axios for API requests
- SweetAlert2 for user notifications
- OpenWeatherMap API for weather data