https://github.com/md-mubin/chat_app_v2.00
my updated and final chat app
https://github.com/md-mubin/chat_app_v2.00
chat chat-application chatapp firebase firebase-auth firebase-realtime-database netlify-deployment react reactjs realtime-database redux taillwind tailwindcss
Last synced: 8 months ago
JSON representation
my updated and final chat app
- Host: GitHub
- URL: https://github.com/md-mubin/chat_app_v2.00
- Owner: Md-Mubin
- Created: 2024-12-15T17:17:15.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-01-18T18:01:16.000Z (9 months ago)
- Last Synced: 2025-01-18T18:49:12.819Z (9 months ago)
- Topics: chat, chat-application, chatapp, firebase, firebase-auth, firebase-realtime-database, netlify-deployment, react, reactjs, realtime-database, redux, taillwind, tailwindcss
- Language: JavaScript
- Homepage: https://chat-app-mubin-v2.netlify.app
- Size: 354 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Chat App with Real Time Database(Firebase)
---------------------------------------
My Chat App v2.00 made with React and Tailwind CSS.
For backend and Real Time Database using Firebase.
A Development Project to make myself more skillful.# In Proggress
(responsive)## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing
purposes.### Prerequisites
The project can be built with npm.
* npm is distributed with Node.js which means that when you download Node.js,
you automatically get npm installed on your computer. [Download Node.js](https://nodejs.org/en/download/)### Installing
To download the project follow the instructions bellow
```
https://github.com/Md-Mubin/Chat_App_v2.00.git
cd myreads
```If Node.js does not have access with your PC than comman in Powershell or VS Code Terminal:
```
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted
```Install dependencies and run with:
npm
```
npm install
npm start
```After that open terminal and write
```
npm run dev
```
than copy the local host link and paste it in browser
or
hold ctrl + left click on the local host link to run it directly in your default browser## Authors
Md. Irfan Rahman Mubin
* https://github.com/Md-Mubin
# React + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh