Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natewu/strife
React, Firebase chat app
https://github.com/natewu/strife
firebase hacktoberfest hacktoberfest-2021 hacktoberfest2021 javascript react redux
Last synced: 13 days ago
JSON representation
React, Firebase chat app
- Host: GitHub
- URL: https://github.com/natewu/strife
- Owner: natewu
- Created: 2021-05-25T02:38:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-19T20:21:38.000Z (almost 3 years ago)
- Last Synced: 2024-11-09T11:12:18.399Z (2 months ago)
- Topics: firebase, hacktoberfest, hacktoberfest-2021, hacktoberfest2021, javascript, react, redux
- Language: JavaScript
- Homepage:
- Size: 1.11 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Strife
In development with bugs please check issues tab!## Info
Chat app built on React js, Redux, Firebase(for easy fast prototyping BaaS, might switch to Express and another database later)## Setup
1. Edit the ``.env``file within the ``/web`` folder, use your own firebase credentials.
- If you don't already have firebase, create a project and select "web" as well as enable Firestore, Authentication, and Cloud Storage services.
2. In ``/web``, run ``npm start``
3. Contribute!