A simple React weather app that lets you search a city and view current weather details.
https://weather-app-gamma-three-61.vercel.app/
- Search weather by city name
- Shows temperature, weather description, icon, date, and time
- Built with React + Vite
- React 19
- Vite
- Tailwind CSS 4
- OpenWeatherMap API
npm install
npm run devOpen the local URL shown in the terminal (usually http://localhost:5173).
npm run dev- Start development servernpm run build- Create production buildnpm run preview- Preview production buildnpm run lint- Run ESLint
This project is licensed under the terms of the MIT License.