Skip to content

Latest commit

 

History

History
executable file
·
34 lines (20 loc) · 925 Bytes

README.md

File metadata and controls

executable file
·
34 lines (20 loc) · 925 Bytes

HabiticaSync

Web application designed to sync Habitica ToDos and Google Reminders

See the original Glitch app here: https://glitch.com/~habitica-py

By Chris Boston

Welcome to the Gomix BETA (Flask / Python Edition™)

Click "Show" in the header to see your app live. Updates to your code will instantly deploy and update live.

Gomix is a developer playground that lets you code a real web-app without the slow setup and deployment steps.

About Gomix

Your Project

On the back-end,

  • your app starts at server.py
  • add frameworks and packages in requirements.txt
  • safely store app secrets in .env

On the front-end,

  • edit client.js, style.css and index.html
  • drag in assets, like images or music, to add them to your project

Based on A Kenneth Reitz Project™ (inspired by Fog Creek)