ahoopes16 / helianthus

A website to host all information about Nikki and I's upcoming wedding.
0 stars 0 forks source link

Routes #29

Closed ahoopes16 closed 3 years ago

ahoopes16 commented 3 years ago

Summary

This PR is to add routing to the website, so that we can load different content based on which URL the user types in. This is also what allows the NavLinks on the side to work properly.

This PR closes #11.

If accepted, this PR will:

How to Test

  1. yarn && yarn start
  2. Visit localhost:3000
  3. You should notice the URL changes automatically to localhost:3000/#/about
  4. The navbar on the left has some additional styling on the "About" link, like so: image

Click around on some of the links. You should notice the URL changes, and the title of the content page in the center changes with it. The selected style should appear on whichever link you happen to click.

Suggested Reading