- React
- Redux
- Local Storage
- Formik, yup
- React transition group
- Styled components
- API: openweathermap for weather data, ipify for geolocation data
App get weather data from free api. On first app loading user city will be determined via ipify api.
We can add, remove cities and switch between them. Cities data is stored in Local Storage.
There are two themes in the app (dark by default).