Skip to content

user-story-based-exercises/sew-vue-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

SEW | Todo App

User Story 1

As a user, I can create a new TODO.

Acceptance Criteria

  • A TODO has a description, a timestamp, and a completed flag.

User Story 2

As a user, I can list my open TODOs.

Acceptance Criteria

  • All open TODOs are displayed.
  • The "age" of each TODO is displayed in days, hours and minutes (updated only when reloading the page).
  • If there are no open TODOs, a suitable message is displayed.

User Story 3

As a user, I can mark a TODO as completed.

Acceptance Criteria

  • TODOs can be marked as completed in a user-friendly way.

User Story 4

As a user, I find the TODO app easy and enjoyable to use.

Acceptance Criteria

  • Styles are applied.

User Story 5

As a developer, my app should be well-structured.

Acceptance Criteria

  • The app consists of multiple vue components.

User Story 6

As a developer, I know how to use the Composition and Options API of Vue.

Acceptance Criteria

  • At least one component is written in your non-preferred API.

Skill(s)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published