diff --git a/README.md b/README.md index 2fe828f..63f067e 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -### Setup +### Setup - Ericka Barnes-Emery * Fork, Clone, yarn install, yarn start * Do Not use the instructions as your guide for what code to type, use the reference guide project (address book) * Slight quirk - refreshing doesn't work from any path other than the default one so you will have to go back to the default path to refresh -### App.js +### App.js - DONE * Import BrowserRouter,Switch and Route from react-router-dom * Import components needed * Create the appropriate routes `{/* PUT YOUR ROUTES HERE */}` @@ -11,7 +11,7 @@ * Make sure BrowserRouter wraps everything * Make sure you use the component prop, not render. -### Routes +### Routes - DONE * / -> Dashboard * /charts -> Charts * /tables -> Tables @@ -21,13 +21,13 @@ * /marquee/:text -> Marquee * /profile/:id -> Profile -### Create these components. The content of the components is not important, just put anything `