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.
- Host: GitHub
- URL: https://github.com/ocdbytes/whats-app-clone-react-firebase
- Owner: ocdbytes
- Created: 2021-07-11T12:38:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-30T11:32:15.000Z (over 4 years ago)
- Last Synced: 2024-04-14T10:46:09.982Z (almost 2 years ago)
- Topics: firebase, react-router, react-router-dom, reactjs, redux
- Language: JavaScript
- Homepage: https://whats-app-clone-react-firebase.web.app/
- Size: 2.43 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
## 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)