Skip to content

cduti8m/angular-interview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task 1

Create a new component that displays a counter and an action button that increments that counter.

Task 2

Using RandomUserAPI(1), which returns a random user on each call, do the following:

  • display the user with their details (Avatar, first name, last name, address)
  • add a new button that fetches a new users and adds it to the list

(1) RandomUserAPI https://randomuser.me/api

Bonus

Persist the users in a storage of your choise

About

Created with CodeSandbox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published