Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/get-convex/convex-tour-chat

Chat app for use during Convex tutorial (found at https://convex.dev/start)
https://github.com/get-convex/convex-tour-chat

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://convex.dev/start)

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

1. Simple chat app with message display order bug (branch = main, 0-start)
1. Simple chat app with correct message display (branch = 1-smileys)
1. Enhanced chat app a "likes" feature added (branch = 2-likes)
1. Enhanced chat app with an AI integration (branch = 3-ai)

# To run

$ npm i
$ npm run dev