Skip to content

Application to measure ideal weight with BMI (Body Mass Index). You can enter your current weight and height to calculate BMI.

Notifications You must be signed in to change notification settings

septianngha/BMI-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

BMI Calculator

BMI Calculator is an application that can be used to measure BMI (Body Mass Index). This application is made using the Swift programming language and uses Core Data as a database that stores its data.

Build Status

Features

✎ Measure BMI (Body Mass Index) by inputting Height and Weight into the Application
✎ Save measurement data into the History Menu in the application
✎ Manage history data so that data can be deleted

Tech

To build this application, the technologies used are:

Swift

  • Swift - The main technology used is swift
  • Use UI Slider for input media for Height and Weight to be calculated
  • Use TableView to display BMI calculation history data
  • Implement Custom Table Cell to be displayed in TableView
  • Implement tableView function trailingSwipeActionsConfigurationForRowAt to add swipe action to table row
  • Implement alert when data is successfully or fails to be saved to Core Data
  • Implement confirmation alert when data is deleted
  • Use MVC Design Pattern to organize application files
  • Implement CRD (Create, Read and Delete) in applications with Core Data

Installation

Installation can be done by following these step:
  1. Download the project zip file or clone the project
  2. Open the Xcode file then run the project with Simulator or Real Device

Screenshoot App

5 6 7

Septian Nugraha

About

Application to measure ideal weight with BMI (Body Mass Index). You can enter your current weight and height to calculate BMI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages