Skip to content

oliviervo/todo-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple app to demonstrate the MVC pattern with a command line app.

$ ruby start.rb

Then hit Ctrl-C to quit the program. You'll lose all your todos!

Architecture

  • Model: TodoItem
  • View: Display
  • Controller: Controller

We fake the database with TodoRepository and the browser with InfiniteLoop.

About

Command line app to manage Todos. MVC illustration

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors