Skip to content

codeanddraw/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

This weather app was created using Web Hooks and Context API.

Concepts Learned:

  1. Context API
  2. Web Hook useState()
  3. Create app using create-react-app
  4. Styling using SCSS, (node-sass)
  5. Use of axios library to make a fetch call to open weather API

Deployment on GitHub

  1. Run ->npm install --save gh-pages
  2. Set the key in package.json ->"homepage": "https://username.github.io/reponame"
  3. Set the scripts in package.json ->"predeploy": "npm run build", "deploy": "gh-pages -d build"
  4. Run npm run deploy

Reference: https://pages.github.com/

About

A weather app that tells the weather of the location entered.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published