nazywamsiepawel / convex-tour-chat

Chat app for use during Convex tutorial (found at https://convex.dev/start)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convex Tour Chat

This is a sample app used in the convex tutorial to show off the fundamentals of the Convex platform.

Go check out the tutorial

Jump into any particular step of the tutorial with a branch:

  1. Simple chat app with message display order bug (branch = main, 0-start)
  2. Simple chat app with correct message display (branch = 1-bugfix)
  3. Enhanced chat app a "likes" feature added (branch = 2-likes)
  4. Enhanced chat app with a GPT integration (branch = 3-gpt)

To run

$ npm i
$ npm run dev

About

Chat app for use during Convex tutorial (found at https://convex.dev/start)

License:MIT License


Languages

Language:CSS 40.9%Language:TypeScript 28.4%Language:JavaScript 27.1%Language:HTML 3.6%