https://github.com/ghubnerr/codepath-ios-prework
https://github.com/ghubnerr/codepath-ios-prework
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ghubnerr/codepath-ios-prework
- Owner: ghubnerr
- Created: 2023-07-19T20:58:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T21:02:39.000Z (about 2 years ago)
- Last Synced: 2025-06-05T05:24:25.351Z (4 months ago)
- Language: Swift
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prework - *CodePath Prework*
Submitted by: **Gabriel Lucchesi**
**ColorChanger** is an app that changes the background color of the UI every time a user presses a button
Time spent: **1** hour spent in total
## Required Features
The following **required** functionality is completed:
- [X] Users are see a screen with three labels and a button
- [X] Tapping the button changes the screen color to a random color
## Video WalkthroughHere's a walkthrough of implemented user stories:
GIF created with LiceCap
## App Brainstorming (Step 4)
My favourite iOS apps and their best features are:
1. Discord: Seamless navigation experience, good readability, same or even-better functionalities than the computer version, finger movements are intuitive.
2. Notion: Automatically lays out dashboards into the mobile style, still making them look amazing in such a tight space. Strict to colors! They don't use colors outside of their pre-determined hex code palettes unless the user wants to.
3. BeReal: Real-time reaction filter. Same-for-all set-off alarm. Truly only lets people who know each other be friends (no connection through Google, Facebook, and whatnot).## Notes
Challenge was familiarizing myself with the XCode environment.
## License
Copyright 2023 Gabriel Lucchesi
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.