An open API service indexing awesome lists of open source software.

https://github.com/nebomilic/shared_todo_list

A simple shared todo list, done in Elixir Phoenix & Preact + Typescript
https://github.com/nebomilic/shared_todo_list

elixir-lang elixir-phoenix phoenix-channels preact redu typescript web-sockets

Last synced: 24 days ago
JSON representation

A simple shared todo list, done in Elixir Phoenix & Preact + Typescript

Awesome Lists containing this project

README

          

# SharedTodo

This is a simple demo for usage of Phoenix Channels with Preact & Typescript.
The app allows multiple visitors to edit the todo list simultaneously in realtime.

## Getting Started

To get the app running:

* Install dependencies with `mix deps.get`
* Install Node.js dependencies with `cd assets && npm install`
* Start Phoenix endpoint with `mix phx.server`

Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.