A real-time chat application built with ReactJS and Firebase. This project lets users send and receive messages instantly using Firebase's real-time database and authentication system.
- π User Authentication (Google Sign-in)
- π¬ Real-time Chat Messaging
- π± Fully Responsive UI with Chakra UI
- π Firebase Hosting & Firestore Database
- β‘ Built with React 18 and Firebase v9.8.4 (Modular SDK)
- ReactJS
- Firebase v9.8.4
- Chakra UI
- Framer Motion
- React Router DOM
- Vercel (for deployment)
# Clone the repository
git clone https://github.com/Anujkumar108/reactfirebasechatapp.git
cd reactfirebasechatapp
# Install dependencies
npm install
# Start the development server
npm start