rjmackay / vue-todo-kappa-db

A Todo PWA using KappaDB and Hypercore for syncing data. Built with Vue 3 + Vuex + Bootstrap 5.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todo PWA with KappaDB

This project is a simple Todo [PWA] (Progressive Web App) based on the Vuex [TodoMVC] and sharing data via hypercore.
Based on https://github.com/davidgaroro/vue-todo-pwa

Installation

Clone repository

git clone https://github.com/rjmackay/vue-todo-kappa-db.git
cd vue-todo-kappa-db

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Run the hyperswarm proxy and signalling serve

yarn hyperswam

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

License

MIT © Robbie Mackay

About

A Todo PWA using KappaDB and Hypercore for syncing data. Built with Vue 3 + Vuex + Bootstrap 5.

License:MIT License


Languages

Language:Vue 50.1%Language:JavaScript 46.0%Language:HTML 3.9%