Code Monkey home page Code Monkey logo

react-realtime-chat-app's Introduction

Realtime Chat App

This is a chat app that updates in realtime similar to something like whatsapp, build with React, SASS and Firebase. All users can read the public chat but mut sign in with google to post messages. You can also delete your messages if you feel the need.

Features

  • User authentication with googles Auth API
  • Creating, reading, updating and deleting firebase database entries
  • Theme toggle switching from dark to light mode

What I learned

This was the project that helped me fully understand Promise based asynchronous Javascript, both through the .then() Promise method chaining and the ES6 async await syntax. I learned about collection based NoSQL database structures, authentication, security through firebase seurity rules, Node js with Firebase Cloud functions and manipulating database collections / documents.

Finally I learned about APIs and how important it is to keep your credentials safe with env files after I uploaded my naked API key on github and had to end up regenerating a new one in the google developers console. The keys and sensitive information are now safe behind .env file variables extracted with process.env

The app is deployed here.

react-realtime-chat-app's People

Contributors

nims93 avatar

Watchers

 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.