I was asked to complete the following two tasks during my internship program at Let's Grow More:
01] BEGINNER LEVEL TASK
CREATE A SINGLE PAGE WEBSITE.
Setup 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
Working You have to create a single page website
02] INTERMEDIATE LEVEL Task
Create a web application using create-react-app
-
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.
The tasks were done accordingly and pushed to this github repository!!