rupali-codes / weather-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather App

Know your waether in easy way

Technologies used

HTML
HTML
CSS
CSS
JavaScript
JavaScript

Getting Started

To get a local copy in your machine and running up follow the following steps.

  1. Fork

  2. Clone the repo use the following command:

    git clone https://github.com/<your-github-username>/weather-app
  3. Navigate to project directory

    cd weather-app
  4. Make your changes

  5. create your branch by running the following the command

    git branch <name_your_branch>
  6. Switch to your branch

    git switch <your_branch>
  7. Push to your repo by using the following command

    git push origin <your_branch>
  8. Open a Pull request

    If you aren't aware about how to make pull requests read this.

You made it champ!

Thanks for reading :)

About


Languages

Language:JavaScript 53.2%Language:Handlebars 27.6%Language:CSS 19.3%