Coder Social home page Coder Social logo

anupamjain16 / caht-cfae Goto Github PK

View Code? Open in Web Editor NEW

This project forked from victoria-lo/caht-cfae

0.0 0.0 0.0 213 KB

A FireBase deployed real-time chat messaging app with encryption modes

Home Page: https://caht-viclo.firebaseapp.com/

HTML 45.61% CSS 14.41% JavaScript 39.98%

caht-cfae's Introduction

Caht Cfae ๐Ÿ’ฌ

FireBase chat messaging app with a strange twist

100DaysOfCode: Day 6-8

๐Ÿ“ DEVLOG #1

๐Ÿ“ DEVLOG #2

๐Ÿ“ DEVLOG #3

๐Ÿ‘€ VIEW PROJECT

The Project

  • Built with JavaScript, HTML, Bootstrap and CSS.
  • Used FireBase Log-In Authentication. See documentation here.
  • Deployed with FireBase hosting

FireBase Hosting

  1. npm install -g firebase-tools
  2. firebase init
  3. firebase deploy

FireBase Database

  1. Set up real-time database on Firebase console
  2. Initialize database const db = firebase.database();
  3. Initialize directory name const msgRef = db.ref("/msgs");
  4. Object template const msg = { id, name, text: text };
  5. Push to database msgRef.push(msg);

caht-cfae's People

Contributors

victoria-lo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.