React project (1) review

Learning React, worked on first test project.

Please provide your feedback and code review where pattern can be improved or if there are mistakes in code.

Live: https://morejokes.netlify.app

Source: https://github.com/tpkahlon/javascript/tree/master/quick-jokes

Looks like a fairly simple app, not bad to be the first one. However you should challenge yourself with a more complex app, one in which you have to create a fair amount of components and passing data down to components.

Also when you create an app, think about the interface, the button “more jokes” looks like a header and not an actual button, there’s no way for the user to know that it’s a button.

At first I thought you were just showing a list of items.