This is a simple weather app that I created using HTML, CSS, and JavaScript. It allows users to enter their location and see the current weather conditions for that location.
To use the app, simply enter your location in the text box and click the "Search" icon.
- Live Site URL: Github Pages
- HTML5
- CSS custom properties
- Javascript
- Openweather Map API
In this project, I learned how to create a simple weather app using HTML, CSS, and JavaScript. I also learned how to use the OpenWeatherMap API to get weather data for a given location. This was a great learning experience, and I am excited to continue learning more about web development.
Some code snippet for fun 😀:
<h1>Its raining outside.</h1>
.proud-of-this-css {
color: sunny;
}
const clouds = () => {
console.log('☁')
}
- Github Profile Link - shwetakshipriya
- Linkdin - @shwetakshi-priya
- Instagram - @shwetakshipriya
Thanks for reading this far, if you have any suggestions or feedback, please let me know in the comments below. I would love to hear from you.