Chatify is a real-time chat application built with React and Firebase. It allows users to create accounts, login, and start chatting with other users in real-time.
To get started with Chatify, visit the live demo or follow these steps to setup your own instance:
- Clone the repository:
git clone https://github.com/visheshraghuvanshi/chatify.git - Install dependencies:
npm install - Rename
.env.exampleto.envand fill in the required Firebase API keys. - Start the development server:
npm start
- Authentication using Firebase
- Real-time messaging powered by Firestore
- User-friendly interface
To run this project locally, follow these steps:
- Clone the repository: git clone
https://github.com/visheshraghuvanshi/chatify.git - Install dependencies:
npm install - Configure Firebase:
- Create a new Firebase project at
https://console.firebase.google.com/ - Add your Firebase project configurations in
.envfile - Start the development server:
npm start
- React.js
- Firebase (Authentication, Firestore)