This repository contains the UI for a simple chat application (dummy data only).
-
Users:
- alice (id: 1)
- bob (id: 2)
- carol (id: 3)
-
Sample messages:
- { from: "alice", to: "general", text: "Hello everyone!", time: "2026-03-29T10:00:00Z" }
- { from: "bob", to: "general", text: "Hi Alice!", time: "2026-03-29T10:01:00Z" }
- { from: "carol", to: "general", text: "Good morning!", time: "2026-03-29T10:02:00Z" }
Install dependencies and start the dev server:
npm install
npm run devNote: This README uses dummy data only. Do not commit any .env files — they are ignored.