A Simple Mobile Weather App based on project idea from app-ideas repo. Depolyed on Github Pages here.
- ipapi for fetching user's city from their ip.
- Nominatim to resolve city name to latitude and longitude.
- OpenWeatherMap API for fetching city's current and forecaste weather.
-
Design on Figma.
-
SVGs from freeicons.io.
-
localStorage on MDN.
-
toLocaleDateString and toLocaleTimeString on MDN.
-
CSS filter on MDN to change color of SVG.
-
Center HTML Input Text Field Placeholder on StackOverflow.
-
Create a Date with a set timezone without using a string representation on StackOverflow.