Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.3 KB

File metadata and controls

40 lines (24 loc) · 1.3 KB

Homework Week 4

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.

Learning goals

By doing this homework you will learn:

  • How the concept of routing is applied to a SPA
  • Create structure for your frontend app

Outline

  1. Refactor the Express server to hand client-side routing over to React-Router

NOT FINISHED

  1. Incorporate React-Router into your application.
  • Make a separate frontend route for each week of your homework
  • /week1 should display your Static Todolist
  • /week2 should display your improved Dynamic Todolist
  • /week3 should 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

Extra material to practice

Scoring

You will be scored on:

  • Correct functionality
  • Code organisation
  • Cleanliness of code

Submit homework

When you are done issue a PR with your homework as explained in this video made by Daan.