Project Notepad in React
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 entries in the form of a menu. By clicking on a menu item, you can view the text of the entry (directly in textarea) and edit it if necessary.
Implement the described Notepad project.
Add functionality to delete records.
Add functionality to search for records.