Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
24 changes: 24 additions & 0 deletions List.rtf
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{\rtf1\ansi\ansicpg1252\cocoartf2511
\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
{\colortbl;\red255\green255\blue255;}
{\*\expandedcolortbl;;}
\margl1440\margr1440\vieww10800\viewh8400\viewkind0
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0

\f0\fs24 \cf0 Unit Converter (name):\
-This app will focus on conversions for various things and metric.\
-Personally I want to go a bit beyond what is assign to me, so instead of picking one type of unit converter\'85 I am planning to utilize multiple storyboards/view controller to create a unit converter for both measurements and currency.\
-Include conversions for pounds to kilograms, gallons to liters, meters to miles, meters to the other metric units, inches to yards, and inches to centimeters. Also currency to convert USD to various other popular currency like peso, rupees, and CAD.\
-I also will create a unique and dynamic and colorful User interface. A friendly UI so anyone can use this app.\
-My app will have multiple view controllers, and a navigation controller to navigate between view controllers. I may also utilize a tab bar controller, if I am planning to have multiple storyboards.\
-I will have various objects on the UI, such as text field for the user input. Buttons for IBActions such as for computation. Tab bar button for navigating.\
\
\
Prioritize:\
-Multiple View Controllers and a tab bar controller so we can have one storyboard for each different conversions\
-Unique and dynamic UI\
-Proper code\
\
MVP:\
-Allow user to choose how they convert their info. Instead of giving them options.\
-Allow them to add in their own conversion factors}
Binary file added Mind Map.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 9 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,13 @@

## Requirements

1. Team Members: `<Who's working on this app?>`
2. App Name: `<What's the app name?>`
3. App Description (3-5 sentences):

`<Explain your app to your Grandma (or a 5-year old child)>`

4. Your #1 Customer (Who would use your app? Why now?)

`<Be specific and focus on a real person>`
1. Team Members: Kennedy Samarakody, Juan Mariscal, and Bronson Mullens
2. App Name: Home Mortgage Calculator
3. App Description (3-5 sentences): Anyone who is interested in purchasing houses, this app will benefit them. This app allows the user to enter basic information about the house purchase and the loan info to create a breakdown of the loan for the loan entire life. This will include the monthly payment, graphs that will represents as visual representation of the loan details. We will allow the client a planner tool as well, which allow them to test various variables.
4. Your #1 Customer (Who would use your app? Why now?) The target audience for this app would be anyone who is interested in purchasing a house. This app will help them organize and plan their purchase out down to the month.

5. Github code repository: `<Create a Github Project>`
6. Github Project/Trello Board: `<Post your link to your Kanban board>`
5. Github code repository: TBD
6. Github Project/Trello Board: TBD
7. Create a Slack DM Group with your partner, TL, and Instructor and say "hi!"

## Part 1: Brainstorming
Expand Down Expand Up @@ -56,9 +51,9 @@ Add photos, notes, and sketches from your brain storming session.

Add your top 3-5 features (core functionality) from the Prioritize brainstorming step. These should be things that are part of the MVP (not a log in screen). Build for the demo day (i.e.: Apple never shows how to log into the Apple ID on stage).

1. `<Feature 1: What will this help your #1 Customer do?>`
2. `<Feature 2 (How will this help the customer?>`
3. `<Feature 3 ...>`
1. Show clients their monthly payment. This will highlight the principal and the interest.
2. The app will also show their info as graphs.
3. The app also allow the client to compare loans.

## Part 2: Project Plan

Expand Down