[x] list all reservations for one date only. (E.g. if the URL is /dashboard?date=2035-12-30 then send a GET to /reservations?date=2035-12-30 to list the reservations for that date). The date is defaulted to today, and the reservations are sorted by time.
[x] display next, previous, and today buttons that allow the user to see reservations on other dates
[x] display any error messages returned from the API
Acceptance Criteria
/dashboard
page will/dashboard?date=2035-12-30
then send a GET to/reservations?date=2035-12-30
to list the reservations for that date). The date is defaulted to today, and the reservations are sorted by time.