Skip to content

Krush-aiden/chatApp-UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chatApp-UI

This repository contains the UI for a simple chat application (dummy data only).

Dummy Data

  • 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" }

Local run (dev)

Install dependencies and start the dev server:

npm install
npm run dev

Note: This README uses dummy data only. Do not commit any .env files — they are ignored.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors