They say that first project always holds a special place in everyone's hearts, well this is my very first project in the field of Web Development, you may notice the state of the project to be extremely beginner friendly .
This project was made as an audition task for a club in my college,the GNU Linux Users' Group ,NIT Durgapur.
This is a basic website that fetches you the weather data of the entered location. I have used basic HTML,CSS and a lit bit of Javascript to create this project.
1.Clone the repository
git clone https://github.com/deucaleon18/GLUGweatherapp
2.Open the index.html
file on any browser or if you are using VS code use the Open with Live Server method, this will allow you to view the live changes made to your project.
On entering a particular location , the weather details are fetched and displayed
For,this project the API used was from the OpenWeatherMap site, on which one can register and access the API for free of cost.