Version 1.0
- Xcode 6 / Swift 1.2
- Optimized to work with all iOS devices in portrait and landscape mode
Project Structure:
- Calorie Couter Project
- Charts Project developed by Daniel Cohen Gindi & Philipp Jahoda
- Back End is using Facebook service called Parse
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
Copyright 2016 Serhiy Konyk