Skip to content

greatvivek11/TodoApp

Repository files navigation

example workflow

A simple Todo App using Preact + Vite + Typescript + Tailwind CSS + Recoil

This project uses Vite for blazing fast development server ⚡

Features:

  • 🌀 Preact
  • 🎨 TailwindCSS v2.0
  • Vite v2.0
  • 📝 Eslint
  • ✨ Prettier
  • 🔱 Typescript
  • 💥 Recoil for state management.
  • 🔥 PWA - Auto update.
  • 🌈 Offline caching - Cache first approach.
  • 🌟 Local storage for persisting data on device.
  • 🔱 Automated Build versioning using Github Actions.
  • ✅ Editable tasks.
  • 💃 Automated ServiceWorker versioning.

Installation

npm i

Development

npm run dev

Build

npm run build