Personal Chat Room or Workspace to share resources and hangout with friends build with React.js, Material-UI, and Firebase.
Chatify is a personal chat room or workspace that allows users to share resources and hangout with friends. It is built with React.js, Firebase, Material UI, and React Icons.
To install Chatify locally, follow these steps:
git clone https://github.com/soumyajit4419/Chatify.git
cd chatify
npm install
To run the app in development mode, use the following command:
npm start
Open http://localhost:3000
in your browser to view the app. The page will automatically reload if you make any edits, and you will see any lint errors in the console.
To build the app for production, use the following command:
npm run build
The app will be built in the build
folder, optimized for the best performance.
Chatify is a chat room application that allows users to create personalized chat rooms and interact with friends or colleagues in real-time. With features such as easy sign-in with Google, support for emojis, and message reactions, Chatify provides a user-friendly and engaging chatting experience. The app is built with React.js, Firebase, Material UI, and React Icons, and can be easily installed and run locally by following the provided installation guide.