Web application designed to sync Habitica ToDos and Google Reminders
See the original Glitch app here: https://glitch.com/~habitica-py
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.
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
andindex.html
- drag in
assets
, like images or music, to add them to your project
Based on A Kenneth Reitz Project™ (inspired by Fog Creek)