Skip to content

Command line app to manage Todos. MVC illustration

Notifications You must be signed in to change notification settings

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

Watchers

Forks

Releases

No releases published

Packages

No packages published