Giter VIP home page Giter VIP logo

weather-app's Introduction

Weather App


Building a Weather app with JavaScript is an excellent project for beginners. It helps to understand the core basics of the DOM and teaches how to use fetch API, to call and get data from a third-party service.

This is a simple javascript project made with the help of HTML, CSS and OpenWeather API . We used weather API to fetch data and display according to the city entered in the search bar.

Naming Conventions to follow for HTML, CSS - BEM Methodology:

Reference :-

  1. BEM - for html css
  2. BEM - for html sass
<div class="component">
  <div class="component__child-element"></div>
</div>
<div class="component">
  <div class="component__child-element"></div>
</div>
/* Block component */
.btn {}

/* Element that depends upon the block */ 
.btn__price {}

/* Modifier that changes the style of the block */
.btn--orange {} 
.btn--big {}

Demo of App

Screenshot (20)

check out live

Web Url: https://avinash201199.github.io/weather-app/

You can contribute in this project by adding some new features or anything in your mind to contribute
Check for getting started


For any query, dm https://www.instagram.com/lets__code/

weather-app's People

Contributors

avinash201199 avatar prakash-ravichandran avatar pavan-rajesh avatar mateahoward avatar adilwahla avatar a-cash-dixit avatar eduardonot avatar asubodh avatar shubhamgupta786 avatar zeuhz-droid avatar ar-ag avatar pldnz avatar vanshg395 avatar gauravlamba888 avatar helloarnab avatar utsavmehta19 avatar suraj-bhandarkar-s avatar subhajitroycode avatar aashishpanthi avatar manuomulo avatar beer-idev avatar aishwaryaparab avatar subhammahanty235 avatar dani0105 avatar anamikarawat2305 avatar yash19sinha avatar utsavmehta1902 avatar shraddhav03 avatar rishikakant avatar ibbatta avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.