An open API service indexing awesome lists of open source software.

https://github.com/kayprogrammer/kaychat-reactjs

A simple realtime chat application built with ReactJs and Firebase.
https://github.com/kayprogrammer/kaychat-reactjs

firebase google-auth react

Last synced: 4 months ago
JSON representation

A simple realtime chat application built with ReactJs and Firebase.

Awesome Lists containing this project

README

          

# KayChat React Application

A simple realtime chat application built with ReactJs and Firebase DB.

![alt text](https://github.com/kayprogrammer/kaychat-reactjs/blob/main/display.png?raw=true)

### How to Test Locally...

* Download this repository or run:
`git clone git@github.com:kayprogrammer/kaychat-reactjs.git`

Run:
* `npm install` to install all dependencies.
* `npm start` to start the local server.

Check [Kaychat Local](http://localhost:3000) to view application on your browser.

### Live application.
[Kaychat Live](https://kaychat.netlify.app).