Notepad Project in Vue
Let's implement a notepad. It will be a textarea where you can write text. To the left of textarea there should be a list of created notes in the form of a menu. By clicking on a menu item, you can view the text of the note (directly in textarea) and edit it if necessary.
Implement the described Notepad project.
Add functionality to delete records.
Add functionality to search for records.