Frictionless-Faction / FricFracChat

The is our final project.
0 stars 0 forks source link

Feature/14 added routing via react #15

Closed RomanHyde closed 3 years ago

RomanHyde commented 3 years ago

Since there's no express backend I added some routing functions via React and rejigged the file structure a little bit. It's pretty straightforward and easy to add to. I only added two pages but if you would like to add more or restructure the website, then feel free. We will need to add a link to the about page from the chat/homepage.

Chat.js corresponds to the root "/" About.jscorresponds to "/about"

RomanHyde commented 3 years ago

This branch contains changes from bug/12 with new additions for routing pages.