Skip to content

konyks/calorie-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Version 1.0

Calorie Counter App

  • Xcode 6 / Swift 1.2
  • Optimized to work with all iOS devices in portrait and landscape mode

About Calorie Counter App

Project Structure:

  • Calorie Couter Project
  • Charts Project developed by Daniel Cohen Gindi & Philipp Jahoda
  • Back End is using Facebook service called Parse

Features

Sign In and Sign Up View

  • Forces user to comply with a basic requirements of a username and password

Forgot Password View

  • Parse sends out a reset email with a link to reset password page

Personal Information View

  • Captures basic information about a user for a later use in calculating BMR target calories for a day

Home View

  • Displays a username of a user
  • Displays a formula (Goal - Current = Remaining)
  • Remove calorie data button
  • Pie Chart the illustrates the formula in a visual way

Log View

  • Displays five buttons:
    • Meal Types: Breakfast, Lunch, Dinner, Snacks:
    • Action to display Food/Calorie Table View
    • Add Button: action to display Food/Calorie Input View

Food/Calorie Input View

  • Displays a form to enter a food name, type, and calories

Food/Calorie Table View

  • Displays food/calorie entries based on a Meal type button type

App Screenshots

alt tag

alt tag

alt tag

alt tag

alt tag

alt tag

alt tag

alt tag

alt tag

alt tag

Copyright 2016 Serhiy Konyk