As a user utilizing the different features of a DIY app,
I want to receive toast messages/notifications upon completion of certain actions
so that I get confirmation about my actions.
Description
Acceptance criteria
[ ] The App notifies the user via toast message about certain events such as the creation of a new project, or when a project has been created/edited/deleted
Tasks
[ ] create a feature branch feature/notifications
[ ] create a feedback message/modal for each user interaction ("create", "update", "delete") that states success or fail
[ ] create a component that handles "create", "update", "delete" notifications
Value proposition
As a user utilizing the different features of a DIY app, I want to receive toast messages/notifications upon completion of certain actions so that I get confirmation about my actions.
Description
Acceptance criteria
Tasks