Skip to content

A visual portfolio of my latest Swift iOS projects. 📱

Notifications You must be signed in to change notification settings

cmilr/swift-portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 

Repository files navigation

      

Sakura

Sakura is an iOS word-guessing game, which I recently built as a take-home project. The specs were to build a basic 'hangman' game, and to then extend it as I saw fit. I decided to run with it and build something a bit more positive, creative, and colorful. In my app, the Sakura tree loses blooms each time you make an incorrect guess. If you guess the word correctly, the tree bursts back into bloom with a lovely animation.

I'm extremely pleased with how the project came out. I'm particularly proud of the app's animation, UI design, and easily-extended architecture. Sakura was built with Xcode and written entirely in Swift 5; it utilizes Auto Layout for UI design, and makes extensive use of both UIView animations and CAEmitterLayers.

          

DarkRoom

DarkRoom is a take-home project I recently completed as part of the interview process for an iOS Developer role. The basic requirements for the app were that it display ten currently showing movies and ten upcoming movies, using data from themoviedb.org's REST api. Choice of design and UI elements were left open to the developer.

I'm quite happy with the final product: DarkRoom was built entirely in Swift, with no external dependencies, and the UI—which was created using Auto Layout in Interface Builder—is attractive and animates smoothly. Most importantly, the code is clean, easy to reason about, and maintains strong separation of concerns.

                

Dalilah

Dalilah—the smart personal assistant for musicians—is my first commercial iOS product. The app makes it exceedingly easy for musicians to keep up with their learning goals. Dalilah is written entirely in Swift, contains no external dependencies, and makes extensive use of Core Data to manage data persistence. It also uses my library CoreRestore, which allows for easy Core Data backup and restore functionality from within the app.

You can read more about Dalilah by visiting the official page on my website. If you're feeling really adventurous, you're welcome to join the beta test while you're there!

        

Thanks for stopping by!

Contact Info:

About

A visual portfolio of my latest Swift iOS projects. 📱

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages