angelr1076 / Weather-App

Weather App project for the Odin Project using Async/Await

Home Page:https://odin-weatherly.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project: Weather App

View Weather App

Weather app project for the Odin Project's JavaScript course path for exposure to promise handling and using Async/Await.

User Stories

  • Display daily or five day/3 hour forecast weather data for a given location
  • Display data in fahrenheit or celsius via a toggle button
  • Bundle using Webpack
  • Display using unique icons for specific weather data
  • Added a dark/light toggle theme

Built Using

  • JavaScript
  • Webpack5
  • Dotenv
  • Fetch API
  • Async/Await API
  • Date-fns-tz
  • OpenWeatherMap API
  • Bootstrap Icons
  • Toptal Icons

Forking or Cloning

If you'd like to clone this project, git clone using the HTTPS Github URL for this repository. Remember to follow instructions to add a .env file via the .env.example file. It's recommended that you host on Netlify in order to load hidden env variables in order to use your personal API key.

Image Gallery

Full Screen

About

Weather App project for the Odin Project using Async/Await

https://odin-weatherly.netlify.app/


Languages

Language:JavaScript 70.4%Language:CSS 21.0%Language:HTML 8.5%