Skip to content

A simple online chatting web application built with ReactJS, Firebase, and Tailwind CSS.

Notifications You must be signed in to change notification settings

dsbalico/simple-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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