An open API service indexing awesome lists of open source software.

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.

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`

![Screenshot (1)](https://user-images.githubusercontent.com/56665920/192920559-0f82559c-c780-457c-8736-a9c9efd3c66f.png)

### `Login and Signup`

![Screenshot (2)](https://user-images.githubusercontent.com/56665920/192920637-7dc01cf2-e2c9-42d4-a663-e5a3cc0252d5.png)

![Screenshot (3)](https://user-images.githubusercontent.com/56665920/192920667-5be40da3-de6d-44ff-8f0e-894d148e1db9.png)

### `User Account`

![Screenshot (10)](https://user-images.githubusercontent.com/56665920/192920739-0de07734-84af-4445-89ae-98e2c41f81b5.png)

### `User Home and Chat Options`

![Screenshot (8)](https://user-images.githubusercontent.com/56665920/192920844-ef1d673d-ecb6-48b4-ac68-2c9ce903f3e8.png)

![Screenshot (9)](https://user-images.githubusercontent.com/56665920/192920931-1f0415bb-aa8c-4f58-a63e-a7a8a3f53b23.png)