Skip to content

onezoomin/offline-sync

Repository files navigation

A simple Todo App using Preact + Vite + Typescript + WindiCSS

This project was forked from https://github.com/greatvivek11/TodoApp

  • Removed: the azure stuff and the recoil stuff
  • Setup: linting and autofix without prettier.
  • Added: dexie with useLiveQuery() hooks for state management via offline first approach

Features:

Installation

npm i

Development

npm run dev

Build

npm run build