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

https://github.com/ocdbytes/whats-app-clone-react-firebase

This is a What's App Clone made with Firebase, React, and Redux with Google Authentication. You can add as many rooms as you want.
https://github.com/ocdbytes/whats-app-clone-react-firebase

firebase react-router react-router-dom reactjs redux

Last synced: 11 months ago
JSON representation

This is a What's App Clone made with Firebase, React, and Redux with Google Authentication. You can add as many rooms as you want.

Awesome Lists containing this project

README

          

# WhatsApp clone (React,Firebase and Redux)
[Link to website](https://whats-app-clone-react-firebase.web.app/rooms/G6S2f3WJrQwd3VRBMOib)

Built With



firebase
react
redux

## Requirements
First clone your project and run the command in your command product
###### remember to navigate to the project folder in order to avoid the errors
```sh
npm install
```
## How to Proceed
* To Clone the repo run the command given below:
```sh
git clone https://github.com/Arun89-crypto/whats-app-clone-react-firebase.git
```
* Create a project in Firebase Console [Firebase](https://firebase.google.com/)
* Get your own API key from the firebase console
* Add the API key in firebase.js file
```sh
apiKey: "Your_API_key"
```
* Run following commands in terminal
```sh
npm install
npm start
```

## Features
* Google Sign In using firebase
* Create your own chatroom by clicking on the "Add new Chat" option
* All the chatrooms are publically accessible
* Shows Timestamps of messages in local time zone (server time used)

## Screenshots of Project





[Link to Website](https://whats-app-clone-react-firebase.web.app/rooms/G6S2f3WJrQwd3VRBMOib)