I got the idea and the initial user stories for this project from FreeCodeCamp
- As a user, I can see the weather in his current location
- As a user, I can see different icons or background images (e.g. snowy mountain, hot desert) depending on the weather
If you want to try it out, just clone the repository and use
npm -i
npm start
and then you can access it with localhost:3000
- Styling for Desktop use
As recommended, I will use OpenWeatherAPI
Since I could not find a single library with all icons I needed, I use a combination of the following libraries to display icons for the weather data.