Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lobooooooo14/arroz-chat
💬 A chat project for learn React and test Firebase features
https://github.com/lobooooooo14/arroz-chat
chat firebase firebase-auth firebase-authentication firestore firestore-database messenger reactjs realtime styled-components typescript vercel
Last synced: 10 days ago
JSON representation
💬 A chat project for learn React and test Firebase features
- Host: GitHub
- URL: https://github.com/lobooooooo14/arroz-chat
- Owner: Lobooooooo14
- License: gpl-3.0
- Created: 2023-07-15T15:10:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-24T17:46:10.000Z (9 months ago)
- Last Synced: 2024-02-24T18:39:58.759Z (9 months ago)
- Topics: chat, firebase, firebase-auth, firebase-authentication, firestore, firestore-database, messenger, reactjs, realtime, styled-components, typescript, vercel
- Language: TypeScript
- Homepage: https://arrozchat.vercel.app
- Size: 2.06 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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](https://github.com/cookieukw/ArrozChatMaster/) project.
- I made this project to learn how to use Firebase with React and other tools. Feel free to contribute.You can test Arroz Chat at [this link](https://arroz-chat.vercel.app).
## Running
1. Install the dependencies:
```shell
npm ci
```2. Configure your firebase project
3. Run:
```shell
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](./LICENSE) for more details.