GithubHelp home page GithubHelp logo

hudson-newey / goal-tracker Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 13.97 MB

A simple goal tracking app that I made because existing options didn't do exactly what I wanted

Home Page: https://grathium-industries.github.io/posts/deployments/goal-tracker

License: MIT License

TypeScript 58.96% HTML 14.12% Less 1.42% Go 24.61% Kotlin 0.88%
goal-tracking goals habit-tracking habits habits-tracking organizer todolist

goal-tracker's Introduction

Goal Tracker

A goal tracking app that I created because I didn't like the existing applications

A live deployment (without device syncing) can be found at grathium-industries.github.io/posts/deployments/habit-tracker

image

Features

  • Create, edit, and delete goals, habits, tasks, and logbooks
  • Associate habits, and tasks with goals
  • Log progress on habits and tasks
  • Have a "GitHub like" contribution graph for each habit
  • Numerical and binary habit types
  • A dark mode
  • An insane syncing architecture that syncs data between devices

The insane syncing architecture

  • The client application can be used without a server
  • While not connected to the server, it will maintain a "virtual database" and a changes record of all changes made to the "virtual database"
  • Once the client connects to the server, it will send all changes to the server and request all tables that it doesn't have
  • All data fetched from the API is then updated in the virtual database (for offline / remote use)
  • All clients connected to the server then update
  • Virtual database is then stored in service workers for offline use (not yet implemented)

goal-tracker's People

Contributors

hudson-newey avatar dependabot[bot] avatar

Watchers

 avatar

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.