When building a frontend application we usually want to interact with some data from a server. Let's build an application which loads jokes from a server and display them for our users.
Create an application which loads jokes from the backend and display them in the browser. We can random jokes from this joke api. Create an application that has three Tabs, one for "General" jokes, one for "Programming" jokes and one for "Knock-knock" jokes.