Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 install

Then 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).