/fresh-todo-signals

A Deno Fresh application that uses Preact Signals for state management

Primary LanguageTypeScript

Deno Fresh Todo List App With Preact Signals

This app is a Todo List written in Deno Fresh, a Preact Deno full-stack framework. It uses Preact Signals to handle state management.

This app was created as an illustration for the blog article Using Preact Signals with Fresh.

Local Usage

Start the project:

deno task start

This will watch the project directory and restart as necessary.