Hi everyone!
This is my third published React app and it's an app which will show you the weather information for a specific city.
The app was built mainly using functional components and hooks, also using the following libraries:
- The questions are retrieved via an API from https://home.openweathermap.org using fetch.
- npm add react-toastify
Credits go to https://github.com/codebucks27 mainly for directions and inspiration on how to build this quiz app.