Project information
- Category: iOS Application
- Languages: SwiftUI
- Tools & Software: XCode
- Project date: 2021
Description
For this project, I made an app that listed all the Crayola crayon colors and let the user choose one of the colors to be the theme of the application. I pulled the list of colors from a JSON file and displayed this list on a separate view. When the user opened the view, they could see the list and click on one to set the theme to that color. When they hit the back button, the theme remained the color of their choice. For the background images, I created the crayons using SwiftUI’s Shapes and Path classes.