A web-based messaging application that delivers messages instantaneously.
View Live Demo »
View Video Demo »
Report Bug
·
Request Feature
To get a local copy up and running follow these simple steps.
Install latest version of npm
- npm
npm install npm@latest -g
- Clone the project
git clone https://github.com/crookedfingerworks/chat-frontend.git
- Go to project directory and Install NPM packages
npm install
- Create .env file with the ff. content
REACT_APP_SERVER_URL=https://rose-chat-backend.herokuapp.com
- Start the application
npm start
Creating an Account
- In the login page, click 'Register here'.
- Input the necessary fields. Don't worry. It won't take long.
- You'll be redirected to the login page. Enter your newly created credentials.
Creating a Room
- Click the message icon on the sidebar header.
- Input the necessary fields and proceed.
- Share the randomly-generated room code with people you want to invite in the room.
Joining a Room
- Obtain the room code from the room creator.
- Click the message icon on the sidebar header.
- Click 'Join Room' tab option.
- Input room code and proceed.
- Upload Group Image
- "User is typing" indicator
- Emoticons
crooked.finger.works@gmail.com
Project Link: https://github.com/crookedfingerworks/chat-frontend