Skip to content

Text chat app, where you can login with your google account and talk 📡

License

Notifications You must be signed in to change notification settings

Fernanda-Kipper/chat-app

Repository files navigation

Talk It!

Version 2

Clone • Contribute • License

Single-channel Live Chat built in Angular using Firebase integration, which users can log in with their Google account and chat with everyone online!

Clone

Prerequisites

  • Node v16.13.2
  • npm v8.1.2
  • Angular CLI v14.0.4

Starting

git clone https://github.com/Fernanda-Kipper/chat-app.git
cd chat-app
npm install
ng serve
$OPEN http://localhost:4200

Atention 🛑

It is not recommended to store your API access keys on the client side, but in this project the angular environment configs were used together with Firebase SDK as recommended on the documentation, cause on the contrary, how API keys are commonly used, as API keys for Firebase are not used to control access to backend resources. If you want to know more about management of Firebase Keys, read this article.

Contribute 🚀

If you want to contribute, clone this repo, create your work branch and get your hands dirty!

git clone https://github.com/Fernanda-Kipper/chat-app.git
git checkout -b feature/NAME

After development

git push origin feature/NAME

And then, open a Pull Request explaining the problem solved or feature made, if exists, append screenshot of visual modifications and wait for the review!

How to create a Pull Request

Commit pattern

License 📃

This project is under MIT license

About

Text chat app, where you can login with your google account and talk 📡

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published