Skip to content

Webapp untuk menyimpan link atau text, dan juga untuk menyimpan file.

Notifications You must be signed in to change notification settings

hudadamar21/saxtile

Repository files navigation

Saxtile

Apikasi ini digunakan untuk menyimpan text/file yang dapat dibuka dimanapun dengan mudah karena berupa PWA(Progressive Web App). fitur baru: Text Collection

set your firebase config

create firebase-config.js in src/config/

export const firebaseConfig = {
  apiKey: "YOUR_API_KEY",
  authDomain: "YOUR_AUTH_DOMAIN",
  databaseURL: "YOUR_DATABASE_URL",
  projectId: "YOUR_PROJECT_ID",
  storageBucket: "YOUR_STORAGE_BUCKET",
  messagingSenderId: "YOUR_MESSAGING_SENDER_ID",
  appId: "YOUR_APP_ID",
  measurementId: "YOUR_MEASUREMENT_ID"
};

Run Application

yarn serve

Application site

Open Saxtile Application.