Swift Mini Projects

SwiftUIUIKit
Back to all projects

Overview

This is a collection of swift projects that I created during the first 2 months of learning Swift.

Mini Projects

5 Selected Swift Mini Projects

1. Game Of Thrones Characters

A SwiftUI Application that displays great houses and characters in the Game Of Thrones TV Series. The data was bootstrapped on first launch from Thrones API

Game Of Thrones Characters App Screens

Screenshots of the app

GitHub: github.com/adrianuspandu/got-characters

Learned Concepts:

2. Multizoo

Multiplication game for children developed using the SwiftUI framework

Multizoo App Screens

Screenshots of the app

GitHub: github.com/adrianuspandu/multizoo

Learned Concepts:

3. Habit Tracker App

A simple habit tracker app made in SwiftUI

Habit Tracker App Screens

Screenshots of the app

GitHub: github.com/adrianuspandu/habit-tracker

Learned Concepts:

4. Recipe App

Displays Recipes from dummyjson.com/recipes

Recipe App Screens

Screenshots of the app

GitHub: github.com/adrianuspandu/recipes-uikit

Learned Concepts:

5. Rock Paper Scissors Game

Rock Paper Scissors is a SwiftUI game to train your brain to react quickly. The app will give you a random move (rock, papers, or scissors) and a random instruction between "Win" or "Lose". The user must pick a move to either "win" or "lose" the game depending on the app state.

Rock Paper Scissors App Screens

Screenshots of the app

GitHub: github.com/adrianuspandu/rock-paper-scissors

Learned Concepts: