Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 672 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 672 Bytes

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