React Fundamentals

0% completed

Previous
Next
Code Challenge

Challenge: Build a Navigation System

Follow these instructions to build your own basic navigation with React Router:

  1. In the App.jsx file, create two components: Home and About.
  2. Use react-router-dom to navigate between these pages.
  3. Add a Navbar with two links: Home and About.
  4. When the user clicks Home, it should display "Welcome to the Home Page!".
  5. When the user clicks About, it should display "This is the About Page!".

.....

.....

.....

Like the course? Get enrolled and start learning!
Previous
Next