Coder Social home page Coder Social logo

flash1293 / listhero Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 2.0 3.71 MB

Shopping list app with custom redux-based sync and share mechanism

Home Page: https://listhero.de

License: MIT License

HTML 1.02% JavaScript 97.97% CSS 0.15% Dockerfile 0.15% Shell 0.70%

listhero's Introduction

ekofe
Ekofe

build:passed

  • ๐Ÿ”’ End-to-end encrypted
  • ๐Ÿ”— Robustly synced across all your devices
  • ๐Ÿ“ฑ / ๐Ÿ’ป / ๐Ÿ–ฅ๏ธ Use everywhere

ekofe is a small, simple shopping-list app which syncs lists between multiple devices. It uses react, service workers, and material-ui. You can try (and use) it on listhero.de.

The data is encrypted on the client and synced using a small node.js application server which saves the encrypted changes in a connected postgres instance.

Development

To start the server and client locally, you need a local redis server. Run yarn install and afterwards yarn dev in the client-directory and the server-directory.

Setting up a local db

(for Mac)

  • brew install postgres
  • pg_ctl -D /usr/local/var/postgres start
  • createdb ekofe

Deployment

The easiest way to deploy an ekofe instance is using the prepared docker-compose.yml file. On a production system, you can use the built images flash1293/ekofe-server and flash1293/ekofe-client instead of local sources and Dockerfiles.

Mechanism

This app uses redux under the hood and syncs not the app state itself, but the individual actions between various clients connected to the same account. More explanation in the presentation

listhero's People

Contributors

flash1293 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

bnfinet

listhero's Issues

Preact

Switch to preact with compat-layer for material-ui

Neutrino.js instead of create-react-app

Sync indicator

Show with a small symbol next to the app icon whether the app is in sync or not, debounced to not show syncing if connected well

Refactor app-structure

More files for different parts, move logic into HOCs, action creators, own folder for reducers, recompose...

Add README

Add a README.MD file with informations on how to develop on a local machine.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.