Base your week 4 homework on the result of week 3. We are going to implement client-side routing in our application, using React-Router.
By doing this homework you will learn:
- How the
concept of routingis applied to a SPA Create structurefor your frontend app
- Refactor the Express server to hand client-side routing over to React-Router
NOT FINISHED
- Incorporate React-Router into your application.
- Make a separate frontend route for each week of your homework
/week1should display your Static Todolist/week2should display your improved Dynamic Todolist/week3should display your components that present the data from the API call above- Put links to each route in the component that's displayed in the
/route
- Play around with the code from Modal Gallery
You will be scored on:
- Correct functionality
- Code organisation
- Cleanliness of code
When you are done issue a PR with your homework as explained in this video made by Daan.