Skip to content

Latest commit

 

History

History
100 lines (72 loc) · 3.31 KB

File metadata and controls

100 lines (72 loc) · 3.31 KB

Weather-App

JS Logo

This project is part of the Microverse curriculum in JavaScript module!

Table of Contents

About The Project

A weather app that allows you search for any city in the world and get the weather forecast in real time. Temperature are in Celsius and can also be toggled to Fahrenheit. The weather is served using Open Weather API. I also used DOM manipulation to dynamically render the homepage. All of the components of website is generated using Javascript alone.

weather-app image

weather-app image

weather-app image

Project live link

Contributing

Contributions, issues and feature requests are welcome! Start by:

  • Forking the project
  • Cloning the project to your local machine
  • cd into the project directory
  • Run git checkout -b your-branch-name
  • Make your contributions
  • Push your branch up to your forked repository
  • Open a Pull Request with a detailed description to the development branch of the original project for a review

Built With

This project was built using these technologies.

  • Javascript
  • HTML/CSS
  • ESlint
  • Atom editor
  • Webpack
  • DOM
  • Git-Flow

Contributors

Author

Adetayo Sunkanmi

Acknowledgements

License

📝 This project is MIT licensed.