|
1 | | -#React + Vite |
| 1 | +#Weather App |
2 | 2 |
|
3 | | -This template provides a minimal setup to get Reactworking in Vite with HMR and some ESLint rules. |
| 3 | +Created a web-based weather app in Reactjs framework to know the weather conditions of a desired location |
4 | 4 |
|
5 | | -Currently, two official plugins are available: |
| 5 | +Input (City Name ) required in Search bar and get Weather informations like Temperature , Humidity and Wind Speed . |
| 6 | + |
| 7 | +##Screenshot |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | +##🔗 Link |
| 15 | +[](https://githubamankumar.github.io/React-Weather-App/) |
6 | 16 |
|
7 | | --[@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses[Babel](https://babeljs.io/) for Fast Refresh |
8 | | --[@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses[SWC](https://swc.rs/) for Fast Refresh |
|