https://github.com/noorjsdivs/chat-app-yt
Chat Application
https://github.com/noorjsdivs/chat-app-yt
chat-app-using-firebase chat-app-using-react chat-application chat-applications chatbot chatting-app firebase-chat-app reactjs-chat
Last synced: about 1 year ago
JSON representation
Chat Application
- Host: GitHub
- URL: https://github.com/noorjsdivs/chat-app-yt
- Owner: noorjsdivs
- Created: 2024-05-24T20:18:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-07T15:15:55.000Z (about 2 years ago)
- Last Synced: 2025-03-27T15:12:16.038Z (about 1 year ago)
- Topics: chat-app-using-firebase, chat-app-using-react, chat-application, chat-applications, chatbot, chatting-app, firebase-chat-app, reactjs-chat
- Language: JavaScript
- Homepage:
- Size: 7.53 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Create your dynamic chatting application by using Reactjs,Vitejs, google firebase & zustand.

## Key features:
_responsive user interfaces,
_real time chatting,
_interactive store managements for users and chattings data.
## Try this setup to run in your local machine:
### Clone this repository in your local machine,
### move inside your project by cd into your project like cd chat-app-yt or open it from your directory,
### in project terminal type npm install if you are using npm or yarn in you are using yarn or pnpm install if you are using pnpm as your node package manager,
### npm run dev or yarn dev or pnpm dev to start it in localhost://3000.
## Get Firebase credential to access Registration, Login and Messaging options
#### update firebase.js file with your firebase app sdk value
#### update .env file
Now you are good to go_
__Happy coding!!!