This is a simple chat application built with React.js and Google Firebase. It allows users to sign up, log in, and chat with other users in real-time.
- User Authentication: Users can sign up for an account or log in with existing credentials.
- Real-time Chat: Once authenticated, users can engage in real-time chat with other users.
- Protected Routes: Certain routes are protected and can only be accessed by authenticated users.
- React.js: Frontend JavaScript library for building user interfaces.
- Google Firebase: Backend service for real-time database and user authentication.
- React Router: Declarative routing for React applications.
- Clone the repository:
git clone https://github.com/your-username/react-chat-app.git
- Install dependencies:
cd react-chat-app
npm install
- Run the Application
npm start
- Sign up for an account or log in with existing credentials.
- Start chatting with other users in real-time.