👋👋 Hello Contributors
One of the basic and core project for learning development. This is a beginner friendly project to learn the basics of HTML5, CSS3, and Javascript.
This is a link to the live web app - https://shouryasrivastava01.github.io/weather-application/
- HTML
- CSS
- Javascript
- HTML: https://www.w3schools.com/html/
- CSS: https://www.w3schools.com/css/
- JAVASCRIPT: https://www.w3schools.com/js/
User can search weather of a location. Initially using geolocation application will reflect the weather condition of user's location.
To display weather forecast of upcoming 7 days/ week
Star the repository.
Firstly, 🍴 fork the responsitory.
Clone the fork repository
Then you are set to work on the project.
To make a new branch see code below
// #10 is the issue ticket number and issue name is - fix search bar"
git checkout -b "#10-fix-search-bar"
You are all set. You can now make changes locally.
- Read the issues thoroughly.
- Pick an issue and try to resolve it.
- Submit Pull Request. [Note: While submitting PR do add comments and workflow used to resolve the issue]
- Visit the web page of the repo
- find some bugs 🐜
- create a new issue and work on it.
- submit the PR.