一个使用 React 和 Open-Meteo API 构建的天气应用,支持查看实时天气和未来五天预报。
- 🌤️ 实时天气信息
- 📅 未来五天天气预报
- 📍 支持多个城市切换
- 🎯 支持当前位置获取
- 🌙 支持亮色/暗色主题切换
- 📱 响应式设计
- React
- TypeScript
- Vite
- Open-Meteo API
- CSS Modules
- 克隆仓库
git clone https://github.com/your-username/weather-app.git
cd weather-app- 安装依赖
npm install- 启动开发服务器
npm run dev- 构建生产版本
npm run build运行测试:
npm run test