This task is to determine your understanding of HTML, CSS and Javascript skills along.
We believe in an agile work process and collaborate with each other to be on the same page of the development process we use :
IDE: Microsoft Visual Code Studio
We have to create a single page website
-
Create a User card grid layout having a navbar showing any brand name
-
Add a button in the navbar saying 'Get Users', which makes an API call to get the user data
-
Use https://reqres.in/api/users?page=1 to get the data
-
Show a loader while the API fetches the data.
-
Use custom CSS/SASS/styled-components.