//nuxt-realtime-todosbyarashsheyda

nuxt-realtime-todos

a realtime todo app powered by Nitro's websocket and Nuxt

6
0
6
Vue

Nuxt Realtime Todos

Starter Project for creating a real-time todo app with Nuxt in DevEdmonton Society’s monthly meetup.

Demo

https://github.com/arashsheyda/nuxt-realtime-todos/assets/38922203/349cdb54-8082-4a5f-ab00-062635d7e1f0

Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

Goal

  1. create a todos page that can add, delete, and update todos.

  2. create an endpoint for websocket connection

  3. connect the todos page to the websocket endpoint.

  4. add authentication to the app

[beta]v0.13.0