Skip to content

rebeccachoo/react-chat-app

Repository files navigation

React App - Online Realtime Chat Program

This is a simple chat app anyone can use. Users can change their names in the nav bar.
Log in is not neccesary to use. Simply hit "enter" key to submit the input. It uses Firebase Realtime Database for storing data.



Installation

You can simply download the files on your computer.
In terminal, install by typing npm install.
And install dependencies npm install --save react-scrollable-feed axios.
And you need to install Tailwind CSS. To learn more about Tailwind CSS, visit https://tailwindcss.com/. And type npm start to start the program.

Installation

Modify your code to your database. On line #29 and #59, please change the url of your firebase database.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.

Contributors

Rebecca Choo