Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.52 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.52 KB

React Firebase Chat App 🚀

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.

Screenshot 2023-03-16 at 20 59 44

View demo

Features

  • 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

Dependencies

This project uses the following dependencies:

Front-end 🎨

  • 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.

Back-end ⚒️

  • Github Pages
  • Firebase Realtime Database and Authentication

Installation

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.

License

This project is licensed under the MIT License.