Skip to content

rjmackay/vue-todo-kappa-db

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 50.1%
  • JavaScript 46.0%
  • HTML 3.9%