Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lulunac27a/simple-task-list-sinatra
Simple task list app using Ruby and Sinatra
https://github.com/lulunac27a/simple-task-list-sinatra
application erb erb-html ruby sinatra sinatra-application sinatra-applications sinatra-framework sinatra-web task task-list tasklist tasks todo todo-app todo-list todolist
Last synced: 16 days ago
JSON representation
Simple task list app using Ruby and Sinatra
- Host: GitHub
- URL: https://github.com/lulunac27a/simple-task-list-sinatra
- Owner: lulunac27a
- Created: 2024-08-25T03:49:37.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-10-03T21:05:55.000Z (4 months ago)
- Last Synced: 2024-11-22T01:30:13.657Z (3 months ago)
- Topics: application, erb, erb-html, ruby, sinatra, sinatra-application, sinatra-applications, sinatra-framework, sinatra-web, task, task-list, tasklist, tasks, todo, todo-app, todo-list, todolist
- Language: HTML
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.