项目作者: jv-cortez

项目描述 :
Week 5 LHL project
高级语言: JavaScript
项目地址: git://github.com/jv-cortez/chattyapp.git
创建时间: 2017-07-25T01:23:46Z
项目社区:https://github.com/jv-cortez/chattyapp

开源协议:MIT License

下载


Chatty App

Chatty project to practice building web applications that have real-time functionality where users do not have to reload the page in order to see updates.Chatty will allow users to communicate with each other without having to register accounts. It will use React, a popular front-end library created and used heavily by Facebook as well as modern tools for Node including Webpack and Babel.

This Chatty app contains basic functions such as:

  • Sending messages to a chat room
  • User able to change user name
  • User able to change username text color from a select box
  • App able to detect and count users connecting and disconnecting from the chat room

Getting Started

Install the dependencies and start the server.

  1. npm install
  2. npm start
  3. open http://localhost:3000

Screenshots

Home page
Color & Username Change
Chat & User count

Dependencies