Note taking app
- The layout has been created and the styles of the site have been added.
- The markup for the "add note", "edit note", "delete note" forms has been created.
- Added the ability to add a note using the input form.
- After adding a note, a unique identifier is automatically generated.
- A random color is also generated and, if possible, searches for a random picture by name.
- Added the ability to modify a note.
- Added the ability to delete a note.
- The note window has become fixed, a scroll bar has appeared.
- If the list of notes is empty, a pop-up window appears asking you to create a new note.
- A pop-up notification appears after each successful action.