Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 804 Bytes

File metadata and controls

16 lines (12 loc) · 804 Bytes


🇷🇺 Русская версия README

Final Project for the Java Course at Synergy University

✏️ Task: Create a CRUD web application using Spring.

📃 Project Requirements:

  • A note should be a string of text
  • There should be a welcome page with a link to the list of all notes
  • It should be possible to click on a note and go to its separate page
  • On the note page, there should be options to edit and delete the note