thrashtechinfo / chatify

opensource chat app built with angular and firebase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ’¬ Chatify - Opensource chat app built with angular and firebase πŸ”₯

This project was generated with Angular CLI version 7.3.6.

πŸ‘‰ Want to Contribute? ✨ πŸ”‹

follow these Contribution Guidelines

πŸ‘‰ Bootstrap

npm i bootstrap@latest add this line in angular.json - "./node_modules/bootstrap/dist/css/bootstrap.css"

πŸ‘‰ AngularFire πŸ”₯

npm i --save firebase@5.0.3 @angular/fire@5.0.2

  1. https://github.com/AngularTemplates/angular-firebase-crud
  2. https://medium.com/slackernoon/crud-cheatsheet-for-firebase-and-angular-4846fce54e5a

πŸ‘‰ How to update your forked repo with our parent repo: πŸ”—

set Upstream with Parent:

git remote add upstream https://github.com/thrashtechinfo/chatify.git

Fetch Forked Repo

git fetch upstream

Rebase your repo/branch with parent one

git rebase upstream/main

push the updated got changes with your repo/branch

git push origin main

πŸ‘‰ Angular CLI generate commands: πŸ› 

Module Creation

ng g module auth --routing

Component Creation

ng g component auth

Service Creation

ng g service auth

πŸ‘‰ Contributors ✨ πŸ†

Thanks goes to these wonderful people:


Thrashtech Solutions
@thrashtechinfo

Muhammad Awais
@muhammadawaisshaikh

Kaushik Jadav
@kaushik2901

Iiqbal2000
@Iiqbal2000

Puneet Saluja
@puneetsaluja100

Prateek
@prateek1515

About

opensource chat app built with angular and firebase


Languages

Language:TypeScript 78.9%Language:HTML 15.4%Language:JavaScript 5.4%Language:SCSS 0.2%