Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shybovycha/my-calorie-counter
Simple calorie counter app in React
https://github.com/shybovycha/my-calorie-counter
Last synced: 21 days ago
JSON representation
Simple calorie counter app in React
- Host: GitHub
- URL: https://github.com/shybovycha/my-calorie-counter
- Owner: shybovycha
- Created: 2016-10-03T18:22:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-17T02:56:32.000Z (about 1 year ago)
- Last Synced: 2024-11-03T21:58:25.673Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 322 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calorie Counter
This is a pet project, a personal calorie tracker application.
## Installation
Use `npm` or `yarn`:
npm install
# or
yarn installThen use `yarn build` to build the front-end application.
To run the server, use `yarn start`.
Application will be available on [http://localhost:3000](http://localhost:3000).