You will create an app that renders info about yourself.
- Create a functional component called
MyInfo
that returns the following UI:- An
h1
element with your name. - A paragraph with a little info about your self.
- An ordered or unordered list of the most places you want to visit for a vacation.
- An
- The component should be imported into
App
component. - Build the best structure you see fit.