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 Image from iOS.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 18 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,23 @@

## Requirements

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

`<Explain your app to your Grandma (or a 5-year old child)>`
Welcome to the Mortgage Calculator!

` Essentially, this app will help you get a clear image of the financial investment you make when you decide to purchase a home and finance it with a mortgage. `
` If you're trying to get an idea about what you can afford first before you start looking around for houses, this app would be perfect for that!`
` In this app, you'll input a few details about your (hypothetical or actual) mortgage, like the total amount of the mortgage loan, the interest rate, and the term of the loan.`
` It'll tell you how much you'll be spending on your mortgage in total (including interest), your monthly payment, `

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

`<Be specific and focus on a real person>`
`Anyone who's thinking about or looking into buying a home, maybe even someone in real estate who sometimes just needs to do some quick math for his customers, it can be a very reliable tool!`

5. Github code repository: `<Create a Github Project>`
6. Github Project/Trello Board: `<Post your link to your Kanban board>`
5. Github code repository: https://github.com/iOSPT6-Mortgage-Calculator
6. Github Project/Trello Board: https://github.com/orgs/iOSPT6-Mortgage-Calculator/projects/1
7. Create a Slack DM Group with your partner, TL, and Instructor and say "hi!"

## Part 1: Brainstorming
Expand All @@ -37,7 +42,8 @@ Add photos, notes, and sketches from your brain storming session.
3. If new ideas appear, write those down too
4. Take a photo of your organized list and upload it to your proposal (YourName-List.jpg or YourName-List.md)
3. Prioritize (5 minutes)
1. What features does your #1 customer need most?
1. What features does your #1 customer need most?
`the ability to receive reminders and to log and track doses of medication inside the app`
2. Choose 3-5 features that make the core app experience
3. Add these features to your `## Top Features` section
4. Sketch (15 minutes)
Expand All @@ -56,9 +62,11 @@ 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. ` The app will take the user's inputs and run calculations in the background to display to the user `

2. ` return monthly payment `

3. ` return total mortgage cost `

## Part 2: Project Plan

Expand Down