Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 662 Bytes

readme.md

File metadata and controls

19 lines (13 loc) · 662 Bytes

Simple Chat app in HTML, CSS, JavaScript, and jQuery

A simple chat application.

Different branches

The main branch doesn't have backend or a db. The koa-postgres branch uses a postgres database with a koa server.

Assignment Requirements

  • Anything that could be jQuery should be in jQuery
  • A page that opens in the browser and shows colored bubbles.
  • computer generates random conversation
  • user posts responses
  • screen should automatically flow to the bottom.
  • each message should indicate date and time it was sent.

You can see a live version of this application at my site here: code.rch.work/chat-app