Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

olob0/Arroz-Chat

Repository files navigation

Warning

This was one of my first React projects, and it will now be archived.

Arroz Chat


Arroz Chat is a chat project that uses Firebase features to build a real-time chat anywhere in the world.

Notes

  • This project is a reimplementation of the @cookieukw/ArrozChatMaster project.
  • I made this project to learn how to use Firebase with React and other tools. Feel free to contribute.

Running

  1. Install the dependencies:

    npm ci
  2. Configure your firebase project

  3. Run:

    npm run dev

Contributing

You can contribute to Arroz Chat by forking this repository, implementing your changes, and submitting a pull request describing the changes made.

License

Arroz Chat is under GPL-3.0 license. see LICENSE for more details.

Contributors