Skip to content

064xp/helion

Repository files navigation

Helion 🚀

Send your thoughts and ideas away on a capsule to traverse the universe and arrive upon a stranger.

See what its all about

This app is made with React, Redux and Firebase Firestore as a backend/database.

💻 Run Locally

In a terminal run:

To clone git repo

git clone https://github.com/064xp/helion/

cd helion

Install node modules

npm install

To start development server

npm start

🔥 Firebase Config

A firebaseConfig.js file in the root of your project is required where you firebase configuration is exported

//firebaseConfig.js

const config = {
  apiKey: "<API_KEY>",
  authDomain: "<PROJECT_ID>.firebaseapp.com",
  databaseURL: "https://<DATABASE_NAME>.firebaseio.com",
  projectId: "<PROJECT_ID>",
  storageBucket: "<BUCKET>.appspot.com",
  messagingSenderId: "<SENDER_ID>"
};

export default config;

Firebase Firestore Structure

── floaters
   └── [docId]
       ├── author
       │   └── "064xp"
       ├── content
       │   └── "Hello world"
       └── time
           └── "1556682311385"

About

Share ideas in short messages with space travel. React Redux and Firebase

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •