Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 519 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 519 Bytes

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