Started with creating the design of the webpage. Created seperate components for re-using components and maitaining discipline of the code. Module.css is used as a standard practice. Used axios for getting the data using the given API_ENDPOINT. Created seperate files under 'utils' such as axios and api_url for storing the API_ENDPOINT and accessing the data. As soon as the component gets mounted, i used axios for getting the data and stored the data in the state of the main file.
Technology used are: HTML CSS Javascript