This is the job interview task for software developer position
- Fork the repository
- After work is done, make a pull request and notify me by email
You need to make a Todo app with these requirements:
- Page for listing all the todo items
- Todo item add and edit forms (separate pages)
- Todo item consists of (date, item name and description)
- Pages must interact between each other logically. (You can go from list to new or edit and when saving go back to list)
All the other specific requirements are up to you
- Use any frontend framework but Vaadin (https://vaadin.com/) is strongly recommended and would be a huge benefit
- For backend use Java EE
- Use any database (Postgres, Oracle, etc.)
- Make a Maven project
- Structure your code
- Use best practises
- Use naming conventions
- Show understanding of software development concepts