Skip to content

lulunac27a/simple-task-list-sinatra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Simple Task List App in Sinatra

This is a simple task list app written in Ruby using Sinatra. It uses GET request to get list of tasks in task list and POST to add or delete a task from task list.