This is a very simple real-time chat client app made with react and firebase.
It is intended to serve as a demo for my portfolio, so the chat servers are hardcoded and all messages are erased each day at midnight.
Here are some of the libraries and frameworks I used.
- React (create-react-app)
- Tailwindcss 2.0
- Firebase
To get a local copy up and running follow these steps.
A recent version of node and yarn.
- Clone the repo
- Install NPM packages
yarn install
- Start the project
yarn start
I may come back in the future and implement more features for the client. But for right now, this is a pretty simple and self contained example.
Distributed under the MIT License.