As a user, I want to see all trails across a town and seamlessly move between them.
User can see all trails from any given town page. Create a section of the webpage that stores all the following information:
- Each trail should state if the given trail is in progress, or not.
- Each trail should state the difficulity, measured by the amount of landmarks on each trail.
- Each trail should clearly state the name.
- Each trail should clearly state the starting location within the town.
User can move between trails through interacting with a nav bar.
- Create Spring MVC controllers to allow the user to move through each trail webpage
- Each trail name should be hyperlinked.
Product Owner: Connor Brock.