evenloooo / Clairvoyance

Make the Taiwan a Better Place to Work

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clairvoyance

available in the chrome website store

  • You might ask what "Clairvoyance" means.

  • Let me show you the answer:

clairvoyance

  • An open source project

  • Make the world a better place (XD

  • Exposing Information

Get started

Extension

  • First you need to add a config.json in root directory

{ "backend": BACKEND_URL, "dev": { "auth": { "authUri": AUTH_URL, "redirectUri": CALLBACK_URL, "clientId": FB_APP_ID } } }

  • Then run npm install

  • npm run dev:chrome

  • Then you can load the directory: chromeExtension as a chrome extension

GUI

  • If you just want to develop the user interface:
> npm install
> npm start
  • Then you can check the basic ui at http://localhost:80808

  • You can modify front-end/dev.js to change the view

I know it looks bad, and not so trivial,

plz give me some time to make it better XD

Architecture

  • Simpify version

clairvoyance architecture

Front-end

  • react, redux, redux-saga

Back-end

  • lambda

  • dynamodb

  • restore s3

About

Make the Taiwan a Better Place to Work

License:MIT License


Languages

Language:JavaScript 87.0%Language:CSS 12.7%Language:HTML 0.3%