Files
flurry/README.md

1.0 KiB

Flurry

View it live

A Duolingo alternative for language learners who seek a more personalized and efficient journey to fluency.

Built with create-t3-app.

Development guide

Clerk + Webhooks

  1. Start the dev server with npm run dev
  2. Request a tunnel with npx lt --port 3000
  3. Copy the link from that command
  4. Go to Clerk Dashboard > Webhooks > [end point]
  5. Edit the endpoint URL to use the copied link + /api/webhooks/your-route-name

TODO:

Backend

  • Database modelling
  • Lightweight CMS

Frontend

  • Landing page:

  • Home:

  • Courses:

    • language select page + currently selected language as part of the current user data
  • Lesson:

  • Practice:

  • Profile:

  • Settings:

Maybe