An open API service indexing awesome lists of open source software.

https://github.com/edwardcdev/react-chat

A web app that allows users to send and receive messages.
https://github.com/edwardcdev/react-chat

express jwt-auth mongodb nodejs react redux scss webpack

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Chat App

## Specification

Backend:

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

Frontend:

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

## Running

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

# Run app on root director
$ npm run dev
```

## Screenshots

### Login
![image](https://user-images.githubusercontent.com/17595822/37867533-abdf37a4-2fa2-11e8-8cc0-e5392e061ec4.png)

### Register
![image](https://user-images.githubusercontent.com/17595822/37867541-c425dbce-2fa2-11e8-9ffb-ea5443856e1a.png)

### Main Chat
![image](https://user-images.githubusercontent.com/17595822/38169216-1c0e0e4a-356d-11e8-84e6-c4586acbd71e.png)

...