Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bogas04/calow
A calorie tracking app.
https://github.com/bogas04/calow
Last synced: about 2 months ago
JSON representation
A calorie tracking app.
- Host: GitHub
- URL: https://github.com/bogas04/calow
- Owner: bogas04
- Created: 2020-09-18T14:16:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-14T18:54:52.000Z (7 months ago)
- Last Synced: 2024-06-14T19:57:03.175Z (7 months ago)
- Language: TypeScript
- Homepage: http://bogas04.github.io/calow
- Size: 3.87 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🍽 calow
Intuitive minimalist calorie logging web app.
## Build instructions
```bash
# start app in development mode
npm run start# build statically generated app for github pages
npm run build
```## Technology
We use [Next.js](https://nextjs.org) along with [chakra-ui](https://chakra-ui.com) and [typescript](https://typescriptlang.org). We make use of Next.js' [static site generation](https://nextjs.org/docs/advanced-features/static-html-export) to serve the app on [GitHub pages](https://pages.github.com/).
## Motivation
Calorie counting can be difficult if you're not having complete portions. Plus, checking calories of each item for non-standard weights can be tricky. This app tries to reduce that and make it fun to calorie count.