Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 593 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 593 Bytes

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.