Skip to content

mrawshan/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

The following is a weather app that offers weather data. It has the ability to display the weather for your present location, and you can also search for weather information for any city. Additionally, this app allows you to choose between Celsius and Fahrenheit for the weather information.

How I Built This App?

The application was constructed using HTML, CSS, Bootstrap, JavaScript, API, and NPM, following the MVC architecture.

NPM Packages are

  • devDependencies:

    • parcel: The module bundler
  • dependencies:

    • core-js: This is for polyfilling everything else
    • lodash: To use the debounce function
    • moment: This is to get the time
    • regenerator-runtim: This is for polyfilling async await

The resources that I used to build this app