Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new file: .gitignore new file: package-lock.json new file: package.json new file: public/favicon.ico new file: public/index.html new file: public/logo192.png new file: public/logo512.png new file: public/manifest.json new file: public/robots.txt new file: src/App.js new file: src/components/ForecastCard.jsx new file: src/components/errorMessage.jsx new file: src/components/hourforecast.jsx new file: src/components/loader.jsx new file: src/components/searchForm.jsx new file: src/components/weekforecast.jsx new file: src/components/widget.jsx new file: src/css/loader.css new file: src/css/reset.css new file: src/css/style.css new file: src/hooks/getCoordinates.js new file: src/hooks/getQueryParams.js new file: src/hooks/scroll.js new file: src/hooks/weatherInfoLoad.js new file: src/img/2-bg.jpg new file: src/img/home_bg.png new file: src/img/humidity.svg new file: src/img/scroll.svg new file: src/img/sunrise.svg new file: src/img/sunset.svg new file: src/img/wind.svg new file: src/index.js new file: src/pages/index.jsx
- Loading branch information