zbarovsky / GKI-tracker

Bloom is a web app that utilized D3 to chart a users GKI levels over time based on user input.

Home Page:https://gkitracker.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GKI Tracker Web Application

figma: https://www.figma.com/file/ZvKqWsRlfR6SKRXhSa075B/GKI?node-id=0%3A1

AAU

  • I want to be able to input my gluclose and ketosis levels and have it return my GKI
    • formula: (Blood Glucose Result / 18) / Blood Ketone Result = GKI
  • I want to get informed of what my level means (i.e. in ketosis or not)
  • track my results over time with a graph (D3)

GKI Readings

Tech Stack

  • Reactjs
  • Sass/Scss
  • D3 for data visualization
  • Eventually a database

Few reminders for devs

  • PLEASE WORK ON A NON-MAIN BRANCH TO AVOID MERGE CONFLICTS
    • I typically use my initials plus the word development (ZBDevelopment), so we can easily track whose sending what pull requests
  • I'll attach a blank trello board so that we can easily track what still needs to get done

About

Bloom is a web app that utilized D3 to chart a users GKI levels over time based on user input.

https://gkitracker.herokuapp.com/


Languages

Language:JavaScript 78.8%Language:SCSS 10.3%Language:HTML 6.9%Language:CSS 4.0%