Health and Fitness
Health and fitness is a web application to monitor the nutritional value of meals and tracking exercises during the day.
If you find any bug, feel free and report it on the GitHub
Support platform
What is already implemented?
Now you can add restriction for nutrition values in the day.
Now you can open the menu through swipe a finger to right/left.
- Meals page
- Show table with all meals in localDB
- Click to the meals will open meals editor
- Click on the table header sort values
- Add meal to the database
- Delete meal via meals editor
- Update meal via meals editor
- Exercises page
- Show table with all exercises in localDB
- Click to the exercises will open exercises editor
- Click on the table header sort values
- Add exercise to the database
- Delete exercise via exercises editor
- Update exercise via exercises editor
- History page
- By data picker you can choose the day
- Show meals and exercises table in the day
- Click to the exercise or meal will open theirs editor
- Add meal/exercise to the day either set from database or set new values
- Delete meal/exercise from the day
- Update meal/exercise from the day
- Graph
- Show graph according to value
- Show graph according to days
- Show all values
- BMI Calculator
- Settings
- Import local DB as JSON
- Export local DB as JSON (Correctly work only on the web browsers and partly works on the android (save json to app directory))
- Delete local storage
Application will contain:
- User will can save food or exercise to the memory and use their in the future.
- User add food or exercise to the day either from own database or adding new food (once)
- Each of the days have dashboard with info about foods and exercises which which was done by the user.
- Each of the days will be show notification for deficit or excess nutritional values which set user.
- Each of the days is divided in categories (breakfast, lunch, dinner, snack)
- Application views statistic values in the graph.
- Backup or restore database with foods and exercises.