parth3083 / Firact

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Firact Chat App



The website is live at
https://firact.netlify.app/

Overview

Firact is a chat application built using React.js for the front end and Firebase for both the backend and database. This documentation provides a brief overview of the application's technology stack and the packages used.

Technology Stack

Frontend: React.js
Backend: Firebase
Database: Firebase Realtime Database

Packages Used

Firebase (Version 10.9.0) : Firebase provides a comprehensive platform for building web and mobile applications, offering services such as authentication, real-time database, hosting, and more.
React (Version 18.2.0) : React is a JavaScript library for building user interfaces, focusing on component-based development and efficient rendering.
React-DOM (Version 18.2.0) : React-DOM is a package that serves as the entry point to the DOM and server renderers for React.
React-Router-DOM (Version 6.22.3) : React-Router-DOM provides routing capabilities for React applications, enabling navigation between different components.
Sass (Version 1.72.0) : Sass is a preprocessor scripting language that is interpreted or compiled into Cascading Style Sheets (CSS).
UUID (Version 9.0.1) : UUID is a package for generating universally unique identifiers (UUIDs), commonly used for unique identification within applications.

Usage

To use Firact, follow these steps:
Clone the repository to your local machine.
Install the required dependencies using npm or yarn.
Configure Firebase credentials and settings according to your Firebase project.
Run the application using a development server or build it for production deployment.

Disclaimer

Firact is a desktop application and is not optimized for mobile devices. It is intended for use on desktop computers or laptops.

About


Languages

Language:JavaScript 71.0%Language:SCSS 27.6%Language:HTML 1.2%Language:CSS 0.2%