Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!