Given a user is on the reminders page
When the user clicks on add reminder
Then the user should be directed a new page where they will be prompted to create a new reminder with any information they input.
SERVER SIDE
store the newly created reminder in the reminders database
create a Reminders Viewset for responses to creation requests
Given a user is on the reminders page When the user clicks on add reminder Then the user should be directed a new page where they will be prompted to create a new reminder with any information they input.
SERVER SIDE store the newly created reminder in the reminders database create a Reminders Viewset for responses to creation requests