When a new project is being created, the route should be /project/create or similar.
When the navbar was created, a temp / placeholder route to /newProject was created as there was no other functionality on the site.
All routes should have segments conforming to:
- lowercase characters and digits only
- hyphens (if needed)
Acceptance criteria