Using React and Firebase, I built a real-time chat application that facilitates seamless communication between users. The app enables users to exchange messages in real-time and provides a responsive and intuitive user interface.
- Fork the project
- Clone the project
- Navigate to the project directory
cd chit-chat
- Install dependencies with
npm install
- Run
npm start