This is a sample project used for education of React Router.
The code is organised into different branches which have progressively more complexity.
This branch adds a route for the home page
git checkout 1-homepage
This branch adds a dynamic route for the poem page
git checkout 2-poempage
This branch swaps all the anchors for Link components
git checkout 3-link-instances