https://github.com/dwr2118/codepath-prework
"hello world" App for Intro to Mobile App Dev for CodePath
https://github.com/dwr2118/codepath-prework
Last synced: 3 months ago
JSON representation
"hello world" App for Intro to Mobile App Dev for CodePath
- Host: GitHub
- URL: https://github.com/dwr2118/codepath-prework
- Owner: dwr2118
- Created: 2022-08-28T00:37:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-28T01:00:02.000Z (almost 3 years ago)
- Last Synced: 2025-01-11T13:29:03.886Z (5 months ago)
- Language: Swift
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## CodePath Prework for Mobile App Dev.
### App Description
`TODO://` Add app description### App Walk-though
`TODO://` Add the URL to your animated app walk-though `gif` in the image tag below. Make sure the gif actually renders and animates when viewing this README. (☝️ Remove this paragraph after after adding gif)
`TODO://` In the User stories section below, add an `x` between the `-[ ]` like this `- [x]` for any user story you complete. (☝️ Remove this paragraph after after checking off user stories)
### Required User Stories
- [x] 1. User sees custom text in a label - Hello from {name}!
- [x] 2. User see's custom background color.
- [x] 3. User can tap a button to change the text color of the label.### Optional User Stories
- [x] 1. User can tap a button to change the color of the background view.
- [x] 2. User can tap a button to change the text string of the label - Goodbye 👋.
- [ ] 3. User can tap on the background view to reset all views to default settings.
- [ ] 4. User can update the label text with custom text entered into the text field.
- [x] a. User can enter text into a text field using the keyboard.
- [ ] b. User can tap the "Change text string" button to update the label with the text from the text field.
- [ ] c. If the text field is empty, update label with default text string.
- [ ] d. The keyboard is dismissed after the button has been tapped.