edwardcdev / react-chat

A web app that allows users to send and receive messages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chat App

Specification

Backend:

  • Node.js
  • Express.js
  • MongoDB
  • Passport-JWT

Frontend:

  • React.js
  • Create React App
  • Redux (Router, Thunk)
  • Scss
  • Webpack

Running

# Install the dependencies.
$ cd .
$ npm install
$ cd ./client
$ npm install

# Run app on root director
$ npm run dev

Screenshots

Login

image

Register

image

Main Chat

image

...

About

A web app that allows users to send and receive messages.

License:MIT License


Languages

Language:JavaScript 50.5%Language:SCSS 48.4%Language:HTML 1.0%Language:Shell 0.1%