/whatsapp-clone-javascript

A clone of WhatsApp Web using pure JavaScript + Firebase and Auth - HCode course

Primary LanguageCSSMIT LicenseMIT

WhatsApp Web clone

A clone of WhatsApp Web using pure JavaScript + Firebase and Auth - HCode course. The project includes:

  • Auth with Google accounts
  • Notifications
  • Real-time (Firebase)
  • Audio
  • Documents
  • Access computers camera
  • Messages status

Chat with other users

Chat

Send documents

Chat

Like real WhatsApp :)

Chat

Getting Started

Add your Firebase config in Firebase.js constructor, with Firebase bucket path as well.

...
constructor() {
    this._config = {
        //Your Firebase config here :)
    };

    this.init();
}
...

Run the follow commands and the project will open on port 8080.

$ npm install && npm run start

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

Gabriel Hahn Schaeffer

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details