William Setstatespear

This is a sample project used for education of React Router.

The code is organised into different branches which have progressively more complexity.

The branches

1. Home Page

This branch adds a route for the home page

git checkout 1-homepage

2. Poem Page

This branch adds a dynamic route for the poem page

git checkout 2-poempage

3. Link Instances

This branch swaps all the anchors for Link components

git checkout 3-link-instances