Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 677 Bytes

File metadata and controls

14 lines (11 loc) · 677 Bytes

React TypeScript Firebase Chat App

This app uses typescript, firebase and react to create a public forum chat app. Anyone can sign in with their google account and post a message on the chat and everyone else who accesses this can see the chats other people have posted. The idea and CSS in this app were derrived from this YouTube Video: https://www.youtube.com/watch?v=zQyrwxMPm88&t=63s and were modified to work with TypeScript.

Requirements

  • Node.js must be installed

Instructions:

  • To try this project clone this respository
  • Open a terminal window in this directory
  • Type 'npm run'
  • Open a browser window at localhost:3000 if not automatically opened