This weather app was created using Web Hooks and Context API.
Concepts Learned:
- Context API
- Web Hook useState()
- Create app using create-react-app
- Styling using SCSS, (node-sass)
- Use of axios library to make a fetch call to open weather API
- Run ->npm install --save gh-pages
- Set the key in package.json ->"homepage": "https://username.github.io/reponame"
- Set the scripts in package.json ->"predeploy": "npm run build", "deploy": "gh-pages -d build"
- Run npm run deploy
Reference: https://pages.github.com/