A React App That Allows Users To Send And Receive Messages

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

Register

Main Chat

GitHub

View Github