Skip to content

varunKT001/tomper-chitchat-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

32 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

A room based chatting application

tomper-chitchat.netlify.app


This is the frontend of TomperChitChat build with react and hosted with netlify

🧾 Description

Tomper Chit Chat is a web-based chatting application, allowing users to either chat in public rooms or make their own rooms, by providing a unique room ID. Users can also share images with other room members. Nodejs as the backend, with a React frontend, are used to emit chat messages via socketio.

πŸ›  Installation and setup

  1. Clone the repo to your local machine.

  2. Install the required dependency using :

    npm install
  3. Start the development server using :

    npm start

🏎 Creating production built

  1. Preview production build :

    npm run serve
  2. Create a production build using the command :

    npm run build



(If you liked the project, give it star πŸ˜ƒ)