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
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
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details