/chat-app

Primary LanguageJavaScript

Chat App

This is a Chat Application where you can:

  • Create a user for the app (sign up), you can use a fake email.

  • Login after your register

  • Administrate profile to update information and upload your own avatar

  • Chat in real time with other user (open other browser or incognito mode)

  • Preserve the chat history

    DEMO

Built using:

  • Material UI for UI design:
    • npm install @material-ui/core
    • npm install @material-ui/icons
    • npm install @material-ui/lab

  • ReactJS for the frontend npx create-react-app chat-app npm i react-router-dom

  • Firebase for the backend: - Register and Authentication user - Chat history - Storage Image - Deploy