This is a simple, minimalistic weather application built using Vite with React. The app fetches real-time weather data for any location, displaying essential weather conditions like temperature, humidity, and weather descriptions. It leverages modern web development technologies for a fast and responsive user experience.
- Search weather for any city or location
- Real-time weather updates
- Minimal and clean user interface
- Powered by Vite for fast builds and development
- Frontend: React (with Hooks)
- Bundler: Vite
- API: OpenWeather API
This template provides a minimal setup to get React working in Vite with Hot Module Replacement (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.