The task was to create a single page website in order to determine our understanding of HTML, CSS and Javascript skills along.
The task was to create a web application using create-react-app with following features:
i) A User card grid layout having a navbar showing any brand name.
ii) A button in the navbar saying 'Get Users', which makes an API call to get the user data.
iii) A loader while the API fetches the data.