Course Tracker

A Val Town React app to track courses.

Structure

  • backend/: Hono API and SQLite database logic.
  • frontend/: React application.
  • shared/: Shared types.

Setup

The database table will be created automatically on the first request if it doesn't exist.