Application to get currrent weather data for any country.
- Get user's location data using the browser geo-location
- Get random location if user location denied
- Get weather report for any location
- Get gif corresponding to the current weather
For better description of the code clone the with-comments
branch
Question: Why not merge it to the main
branch
Answer: I personally believe in writing clean codes and try as much as possible to make it self explanatory. But for the sake of reaching beginner levels I have made this new branch
- JavaScript
- API --open weather api --giphy api
- TailwindCSS
git clone https://github.com/Complexlity/weather-app.git
cd weather-app
npm install
npm run build
Open the folder in a browser. Be sure to have an internet connection active