This is a simple React and Firebase Chat App that allows users to chat with each other in real-time. It uses Firebase Authentication for user authentication and Firebase Realtime Database for storing and retrieving messages.
- User authentication with Firebase Authentication
- Real-time messaging with Firebase Realtime Database
- React-Firebase-hooks for easy integration with Firebase
- Responsive UI with Tailwind CSS
- Smooth scrolling and scrollbar styling with tailwind-scrollbar
- Routing with react-router-dom
This project uses the following dependencies:
- tailwind CSS - A utility-first CSS framework packed with classes.
- react-router-dom - A package that provides DOM bindings for React Router.
- heroicons/react - A set of free icons for React projects.
- Github Pages
- Firebase Realtime Database and Authentication
To run this application locally, you'll need to have Node.js and npm installed on your machine. Once you've cloned this repository, navigate to the project directory and run the following commands:
- npm install
- npm run dev
This will install the necessary dependencies and start a local development server.
This project is licensed under the MIT License.