Skip to content

JohnKeysCloud/weather-app

Repository files navigation

weatherApp 🌡️

weatherApp-demo

A weather app built The Odin Project.

I designed and authored this project using JavaScript, CSS, SCSS and EJS for templating.

- ツkc💭

Tools

  • VS Code
  • Git & Github
  • JavaScript ES6
  • SASS/SCSS/CSS3
  • HTML5
  • Webpack
  • NPM
  • Babel
  • Node JS
  • Terminal

Utitlity Dependencies

  • weatherAPI

Summary

  • Used HTML5 semantic elements for better readability, structure & accessibility (i.e., setting the active tab on the web application through the use of the "aria-current" attribute).
  • Used Git & GitHub for source control/project management.
  • Cross tested, mobile-first design. Functional on all browsers and screen sizes.
  • Used Fetch API with async-await syntax (Also authored a standard ES6 Promise syntax version (commented out)).