Weather App Coding Test
Weather App Coding Test
● C reate a weather app, which will show the current weather for your current
location. (location permission is needed for this.)
○ if location permission is given, then get the current location
○ if location permission is not given, then ask the user to provide the
location
■ if the user has already provided a location, last time, then show
the weather for that location.
● App will have an option to choose different locations also, other than the
current location.
● For the data, you may take utilize the APIs available on
https://weatherstack.com/documentation
● This app should be built in thelatest Angular framework.
● You may be able to choose any UI component library, Like Angular Material,
priming etc. Or you may choose to create your custom component with
pure CSS. Considering the developed app should be mobile responsive.
● You will earn additional brownie points. if you can create some animated
graphics, according to current weather conditions. like if it's raining, then
show some animation for raining using css animation, within the card.
● Below is the sample design for reference, but you may choose to be
creative.
lease Note once you complete your Project delete ‘Node Modules’ folder from projectand
P
send us a.zipfile of your project folder.