A simple notes application with the ability to create, edit, delete, and undo note deletions.
- Add Notes: Users can add a note by simply clicking on "Add a note" button.
- Edit Notes: Users can edit an existing note by clicking on it.
- Delete Notes: Users can delete a note by long-pressing on it.
- Undo Deletion: Users can undo a note deletion by shaking their mobile device.
- Currently, no database is used for storing notes.
- Notes will be removed when the user exits the app.