About | Details | Instructions
A simple calorie calculator project:
- calculate the BMI
- calculate the calorie rate
- change theme
- change language
- change metric to imperal system
React | TS | Vite | MUI | RTK | i18next
Here are some formulas that were used for calculation
First we need to calculate the basic metabolism (BM):
Calories rate is equal (CR):
Desctiption | Command |
---|---|
Clone repo | git clone [link] |
Installing all the necessary dependencies | npm i |
Running the app in the development mode | npm run dev |