GithubHelp home page GithubHelp logo

dilden / helth Goto Github PK

View Code? Open in Web Editor NEW
7.0 2.0 1.0 3.06 MB

PWA for tracking nutrients and water

Home Page: https://helth.app/

License: GNU General Public License v3.0

JavaScript 23.70% HTML 0.33% Svelte 43.63% CSS 3.41% TypeScript 28.93%
js pwa svelte sveltekit

helth's Introduction

helth app

Helth app aims to be a minimalist web app for tracking calories, sodium, and water intake. It's a PWA built with SvelteKit. Helth app doesn't use any third-party services for managing your data. Instead, your data is stored locally on your device. It also has a sweet barcode scanner that can magically โœจ download packaged food items and the nutrients for that particular food by connecting you to the Open Food Facts API.

Getting started developing helth app

Building

To create a production version of helth app:

npm run build

Production builds can be previewed with npm run preview. Helth app currently uses the Cloudflare adapter but aims to be a static web application meaning it could be host from anywhere that can serve HTML, CSS, and JS files. This can be accomplished switching out the adapter with the SvelteKit static adapter.

Structure

Various reusable components are located in src/lib/. All data is stored locally in the user's browser and is managed via src/stores/stores with database connections handled at src/stores/db. Pages routes are found in src/routes/ and utility classes for transforming data can be found in src/utils/.

3rd Party Tools

This development of this app is made easier by utilizing the following tools:

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.