Project bassed on react with Vite React (frontend lib): https://github.com/facebook/react
Weather API: https://api.weatherapi.com/v1
cd weather-task-app
npm install
npm run dev // or we can run build
To search info about specific place we need just to enter city name into input with placeholder "City Name"


