Optimized React + Vite weather application with:
- Code-splitting (React.lazy + Suspense)
- Local storage city management
- Glassmorphism UI & responsive layout
- Performance tweaks (memoization, reduced re-renders)
Dev: npm run dev Build: npm run build Deploy: npm run deploy