Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.39 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.39 KB

ChatRoom

ChatRoom is a simpile online chatting web application built with ReactJS and Firebase

https://thechatroom.netlify.app/

Netlify Status

💁🏼 About

This repository contains a real-time chatting web application built using React, Firebase, and Tailwind CSS. The application is designed to be fast, scalable, and easy to use, allowing users to easily connect and chat with each other in real-time.

The user interface is built using the latest in front-end technologies, including the popular Tailwind CSS framework, which provides a clean and modern look and feel. The real-time chat functionality is powered by Firebase, which provides a secure and reliable backend for the application.

💻 Technologies Used

🛠 Installation & Set Up

  1. Install dependencies
yarn install
  1. Start the development server
yarn start