toado Svelte Themes

Toado

Express.js + Svelte simple task list

Toado

This is a simple to do app made for training. It uses Express.js for the API part and Svelte for handling user interface.

To do

  • Set up PostgreSQL instance
  • Prepare Prisma schemas and apply initial migrations
  • API
    • Listing tasks
    • Adding a new task
    • Removing a task
    • Toggling a task
    • Add tasks filtering (show all, completed, not completed)
    • Introduce pagination for tasks
  • Authentication
    • Design a Prisma schema for user and relations to tasks
    • Apply migrations to existing database

Top categories

Loading Svelte Themes