Skip to content

PaulaAshvillage/ToDoAppVue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kata: Todo App with VueJS

Please refactor the Todo app to a VueJS App. Feel free to use your old pure javascript version as base for this one.

Features 🍡

The list of features is ordered by descending priority.

Must Have Features 😊

  • Todos can be added using the add button
  • List all added todos
  • Added todos can be marked as done

Nice To Have Features 😏

  • Add styling a
  • Add a filter which allows to display either "all todos", "open todos" or "done todos"
  • Add a button which will delete all done todos

If You Really Have Time Features 🥳

  • Add a check that allows only todos with 5 or more characters
  • Add a feature that allows to add todos when pressing enter in the textbox
  • Display the text of done todos different than the text of open todos

Overall Styling

image

Focus state of input, button and radio

image

image

image

Focus state of list items

image

Other plain implementaions

If you need another version as base take a look at these versions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published