Chat wall is an application created to post messages from users in a big screen. The main idea is to create a channel that will be shown in one or more big screens from a computer and the other users can join the channel with their smartphones to post messages that will be shown for 10 seconds. This repo is the frontend of this application. If you want to check the backend visit chatwall-server
Clone the chatwall-client code
locally. In a terminal, run:
git clone https://github.com/davidecorreu/chatwall-client.git
In the terminal, run:
npm install
npm start
- React - Redux
- AntDesign