Unlock full accessUpgrade plan
Projects in Swift
All Projects in Swift
Project Type
All Projects
Project Progress
All Progress
18 projects
- Practice Project
Block Letters
Swift • Mobile Development • Code FoundationsDisplay your initials on the screen in block letters and create an ASCII art.More guidance, 60 min - Practice Project
Build a Pokédex
Swift • Mobile Development • Code FoundationsUse Swift to develop your own Pokédex device from the popular Pokémon series.More guidance, 40 min - Practice Project
Caesar's Cipher
Swift • Mobile Development • Code FoundationsUse Swift arrays and loops to encrypt secret messages.More guidance, 40 min - Practice Project
Calculator
Swift • Mobile Development • Code FoundationsUse closures to give additional information to functions by creating a calculator that can combine, filter, and transform numbers.More guidance, 45 min - Practice Project
Fizz Buzz
Computer Science • Swift • Mobile DevelopmentWrite a program that prints the numbers from 1 to 100. But for multiples of 3 print "Fizz" instead of the number and for the multiples of 5 print "Buzz". For numbers which are multiples of both 3 and 5 print "FizzBuzz".More guidance, 20 min - Practice Project
Green Thumb
Swift • Mobile DevelopmentHone your knowledge of protocols, generics, and other fundamental Swift concepts by building a program with gardening tips and instructions.More guidance, 45 min - Practice Project
Magic 8-Ball
Swift • Mobile Development • Developer ToolsIn this lesson, you've learned about and explored the power of a conditional and its role in programming. In this project, you'll be honing your knowledge of conditionals and previous Swift concepts by building a program that predicts the future!More guidance, 40 min - Practice Project
Make a Mixtape 101
Swift • Mobile Development • Code FoundationsThis is a chance to put your hard-earned Swift skills to the test. Use Swift’s array methods to curate your ultimate cassette mixtape.More guidance, 30 min - Practice Project
Morse Decoder
Swift • Mobile Development • Code FoundationsUse Swift dictionaries to decode secret Morse code messages!More guidance, 60 min