morrisonak / showcase_todo

Collaborative todo-list app built with Deno and Fresh

Home Page:https://showcase-todo.deno.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

showcase_todo

Screenshot

Collaborative todo-list app built with Deno and Fresh.

Features

  • Global persistent data and real-time collaboration using Deno KV
  • Sends updates from server to clients using EventSource (server-sent events)

This project is hosted on Deno Deploy:

  • Served from 35 edge locations around the world
  • Scales automatically
  • Data is a globally distributed Deno KV store with no setup required
  • Code is deployed automatically when pushed to GitHub
  • Automatic HTTPS (even for custom domains)
  • Free for most hobby use cases

Running locally

To run the app locally, you will need to install Deno. Then run from the root of this repository:

deno task start

About

Collaborative todo-list app built with Deno and Fresh

https://showcase-todo.deno.dev/

License:MIT License


Languages

Language:TypeScript 100.0%