Challenge: Create a New Route
Let’s complete the challenge given in this lesson.
Challenge
In this challenge, we’ll create a profile page in a React application. Visiting the /profile
page should show the words “My Profile” in an h2
element with a CSS title
class. It should also display ...