Skip to content

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.