yenly / smart-shopping-list

An exercise in walking in mentees' shoes to understand and empathize.
https://yenly-smart-shopping-list.netlify.app
1 stars 0 forks source link

Use react-router-dom to add app routes #15

Closed yenly closed 3 years ago

yenly commented 3 years ago

Description

Use react-router-dom to create app routes for home, list view, and add an item view.

Related Issue

Closes #2

Acceptance Criteria

Type of Changes

Type
:bug: Bug fix
:sparkles: New feature
:hammer: Refactoring
:100: Add tests
:link: Update dependencies
:scroll: Docs

Testing Steps / QA Criteria

  1. Navigate to https://yenly-smart-shopping-list.netlify.app
  2. Check links are present at the bottom of the viewport.
  3. Click on the List link and verify browser URL changes to represent the list view and the content in the middle changes.
  4. Repeat step #3 for the Add an item link.