Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/get-convex/convex-tour-chat
- Owner: get-convex
- License: mit
- Created: 2023-07-23T18:31:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-23T18:41:47.000Z (3 months ago)
- Last Synced: 2024-10-24T04:26:10.710Z (3 months ago)
- Language: CSS
- Size: 75.2 KB
- Stars: 10
- Watchers: 2
- Forks: 28
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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