The weather app is based on Vite + React. This website contains a search engine with which you can find the weather for a particular city, weather information comes from Weather API (https://www.weatherapi.com)
https://weather-report-site.netlify.app
If you have any issues, please let me know in the issues section or directly to [email protected]
- Vite 4
- React 18
- React Hook Form 7
- React Router Dom 6
- Styled Components
- Swiper 10
- Font Awesome
git clone https://github.com/MajkelN/weather-app
npm install
npm run dev
Command | Description |
---|---|
npm run dev |
Open local server |
npm run build |
Create optimized build |
npm run preview |
Open preview |