USEPA / cam-api-portal

Api for data collected to run programs designed to reduce air pollution from power plants
MIT License
5 stars 3 forks source link

Add react-router and placeholder pages #72

Closed j-tafoya closed 2 years ago

j-tafoya commented 2 years ago

React Router will allow us to create subpages with routes easily and will allow us to have a layout page that accompanies all subpages easily as well.

maheese commented 2 years ago

@j-tafoya the addition of react-router looks good. I did add some unit tests for the the router and moved the test for the test of the home page with that component. Let me know if you agree and I will merge the changes.