Quantify, classify and understand your human performance.
To run this project, you will need to add the following environment variables to your .env file
Name | Description | Default Value |
---|---|---|
NEXT_PUBLIC_BACK_DEV_PORT | Back-end local port | 3333 |
With yarn
$ git clone git@github.com:antoniobfm/corbik-diet-front-next.git
$ cd corbik-diet-front-next
$ yarn
$ yarn dev
With npm
$ git clone git@github.com:antoniobfm/corbik-diet-front-next.git
$ cd corbik-diet-front-next
$ npm i
$ npm dev
- Create and edit food
- Copy food from another user
- Log food that user has eaten
- Set diet macros targets
- Visualize day agreggate
- Navigate through past days logs
- Search own & public library
- Scan & find food through bar codes
- Create recipes based on other foods
- Recipes macros are based on the foods it contains
Client: React/Next.js, Redux, Styled Components
Licensed under the MIT License, Copyright © 2022-present Antônio Moraes.
See LICENSE for more information