Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 580 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 580 Bytes

Lyricist-SwiftUI

SwiftUI demo app for CS1998 - Intro to iOS App Development

Installation instructions:

  1. git clone https://github.com/dishanest/Lyricist-SwiftUI.git
  2. To access the starter code for the first lecture, use git checkout l1-starter. Generally, use git checkout <branch-name> to checkout any branch in this repo. l1-complete contains the completed lecture 1 demo code, and also acts as the starter code for lecture 2's demo. l2-complete is the complete demo code for lecture 2. Note that the current branch main does not include any project files.