Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.02 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.02 KB

hoodie-template-app-chat

A boilerplate module you can use to start with chat in the frontend and build your own application on it.

Includes the following functionality:

  • User Accounts
    • sign-up
    • sign-in
    • sign-out
  • Send messages to the chat room
  • Recieve messages from others in the chat
  • Upload an avatar image
  • Recieve notifications when users sign-in and sign-out of the chat
  • Current user's messages are highlighted in the chat stream

app preview

How to start

Create a new Hoodie app in your local environment with:

$ hoodie new chatApp -t "hoodiehq/hoodie-template-app-chat"

Find out how it was made

You can read a thorough breakdown of how this app was created with Hoodie here.

If you have any questions, please let us know! Thank you for contributing and all the <3 from hoodie!