Skip to content

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

License

Notifications You must be signed in to change notification settings

MangoIncUG/whatsapp-clone-javascript

 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 62.3%
  • HTML 22.9%
  • JavaScript 14.8%