Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sashenjayathilaka/whatsapp-clone

WhatsApp Clone (React, Firebase, 1-1 Messaging, Google Authentication)
https://github.com/sashenjayathilaka/whatsapp-clone

firebase-hosting firebase-realtime-database google-authentication material-ui material-ui-icons react-js react-router-dom router-dom

Last synced: about 1 month ago
JSON representation

WhatsApp Clone (React, Firebase, 1-1 Messaging, Google Authentication)

Awesome Lists containing this project

README

        

logo

# WhatsApp Clone with REACT JS


WhatsApp Clone with REACT + Firebase



![](https://img.shields.io/website-up-down-green-red/http/monip.org.svg)
![](https://img.shields.io/badge/Maintained-Yes-indigo)
![](https://img.shields.io/github/forks/SashenJayathilaka/WhatsApp-Clone.svg)
![](https://img.shields.io/github/stars/SashenJayathilaka/WhatsApp-Clone.svg)
![](https://img.shields.io/github/issues/SashenJayathilaka/WhatsApp-Clone)
![](https://img.shields.io/github/last-commit/SashenJayathilaka/WhatsApp-Clone)


View Demo
ยท
Documentation
ยท
Report Bug
ยท
Request Feature



## :notebook_with_decorative_cover: Table of Contents

- [About the Project](#star2-about-the-project)
* [Screenshots](#camera-screenshots)
- [Getting Started](#toolbox-getting-started)
* [Prerequisites](#bangbang-prerequisites)
* [Installation](#gear-installation)
* [Run Locally](#running-run-locally)
* [Deployment](#triangular_flag_on_post-deployment)
- [Contact](#handshake-contact)

## :star2: About the Project

### :camera: Screenshots



)


![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)
![forthebadge](https://forthebadge.com/images/badges/for-you.svg)
![forthebadge](https://forthebadge.com/images/badges/powered-by-coffee.svg)

## :toolbox: Getting Started
### :bangbang: Prerequisites
- Sign up for a Firebase account HERE
- Install Node JS in your computer HERE

### :gear: Installation

![](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB)

Install my-project with npm
```
npx create-react-app whatsapp-clone
```
```
cd whatsapp-clone
```
Create a Firebase project.

Install dependencies

๐Ÿ”ถ Dependency Info

### :running: Run Locally

![](https://img.shields.io/badge/GIT-E44C30?style=for-the-badge&logo=git&logoColor=white)

Clone the project

```bash
git clone https://github.com/SashenJayathilaka/WhatsApp-Clone.git
```

Install dependencies

```bash
npm install
```
Start the server

```bash
npm start
```


Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.

The page will reload when you make changes.\
You may also see any lint errors in the console.
```
npm test
```

Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
```
npm run build
```

Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!

See the section about [:triangular_flag_on_post: Deployment](https://#) for more information.
```
npm run eject
```

**Note: this is a one-way operation. Once you `eject`, you can't go back!**

If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.

You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.

#### Dependencies
Front-end

```
npm install react-router-dom
```
```
npm install react-router-dom
```

#### Available MATERIAL-UI Scripts

![](https://img.shields.io/badge/Material--UI-0081CB?style=for-the-badge&logo=material-ui&logoColor=white)

Find
```
npm install -f @material-ui/core
```

```
npm install -f @material-ui/icons
```

### :triangular_flag_on_post: Deployment

To deploy this project run

![](https://img.shields.io/badge/Firebase-yellow?style=for-the-badge&logo=firebase&logoColor=white)

Install the Firebase CLI

Visit the Firebase CLI documentation to learn how to install the CLI or update to its latest version.

publish your project

```
firebase init hosting
```
Deploy to your site

```
firebase deploy --only hosting
```

[MoreInfo](https://firebase.google.com/docs/hosting/quickstar)

## :handshake: Contact

Sashen - [@twitter_handle](https://twitter.com/SashenHasinduJ) - [email protected]

Project Link: [https://github.com/SashenJayathilaka/WhatsApp-Clone.git](https://github.com/SashenJayathilaka/WhatsApp-Clone.git)

## :gem: Acknowledgements

Useful resources and libraries that you have used in your projects.

- [NPM](https://www.npmjs.com)