https://github.com/joychudasama/chat-away
App that let you chat.
https://github.com/joychudasama/chat-away
firebase reactjs
Last synced: about 2 months ago
JSON representation
App that let you chat.
- Host: GitHub
- URL: https://github.com/joychudasama/chat-away
- Owner: JoyChudasama
- Created: 2022-09-06T21:56:08.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-29T12:19:03.000Z (almost 4 years ago)
- Last Synced: 2025-10-30T01:02:17.985Z (8 months ago)
- Topics: firebase, reactjs
- Language: JavaScript
- Homepage:
- Size: 5.07 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chat-away
App that let you chat with any user across the platform.
In the project directory, you can run:
### `npm i`
Installs the necessary dependencies.
### `firebase setup`
current setup requires firebase app secrets to be stored in .env and use it in /src/config.js
You may store your secrets in .env and import it to config.js or modify firebase.js in /src/firebase.js to store secrets directly.
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
# Screenshots of the app
### `Landing Page`

### `Login and Signup`


### `User Account`

### `User Home and Chat Options`

