EP2nd
π¨π»βπ» self.taught Junior iOS Developer, currently working on a shopping app for iOS. π² π¬π§ BA in English Philology. πΊπΈ π» A year in Computer Science. π
Pinned Repositories
100_Days_of_Swift-Consolidation_IV-Hangman
The 3rd consolidation project of "100 Days of Swift" tutorial course from Paul Hudson's "Hacking with Swift" website. A hangman game. The player is trying to guess single letters of a camouflaged word with the support of its assigned clue. A complete project I have written from scratch.
100_Days_of_Swift-Consolidation_VIII-Recreation_of_the_iOS_Notes_App
The 7th consolidation project of "100 Days of Swift" tutorial course from Paul Hudson's "Hacking with Swift" website. A recreation of Apple's iOS Notes app. A complete project I have written from scratch.
100_Days_of_Swift-Consolidation_XI-Memory_Pairs
The 10th consolidation project of "100 Days of Swift" tutorial course from Paul Hudson's "Hacking with Swift" website. A memory pairs game that entertains and educates the player about some Swift terminology. The app works, fulfils its purpose and looks acceptable, yet further UI/code improvements and functional development are welcome.
100_Days_of_Swift-Project_13-Instafilter
The 13th project of "100 Days of Swift" tutorial course from Paul Hudson's "Hacking with Swift" website. An app offering several photo filters to use. Complete project, including solutions to all the challenges (+ solution to the 2nd challenge of Project 15).
100_Days_of_Swift-Project_22-Detect_a_Beacon
The 22nd project of "100 Days of Swift" tutorial course from Paul Hudson's "Hacking with Swift" website. An app detecting a beacon and displaying its proximity. Complete project, including solutions to all the challenges.
100_Days_of_SwiftUI-Consolidation_IV-Habiter
The 3rd consolidation project of "100 Days of SwiftUI" tutorial course from Paul Hudson's "Hacking with Swift" website. A habit-tracking app. A complete project I have written from scratch.
100_Days_of_SwiftUI-Consolidation_V-Friendbook
The 4th consolidation project of "100 Days of SwiftUI" tutorial course from Paul Hudson's "Hacking with Swift" website. The app presents a list of friends, a list of their friends' friends (etc.), along with their respective details; the data is being downloaded and cached using Codable and Core Data. A complete project I have written from scratch.
100_Days_of_SwiftUI-Consolidation_VI-FaceSnap
The 5th consolidation project of "100 Days of SwiftUI" tutorial course from Paul Hudson's "Hacking with Swift" website. An app that asks users to import a picture from their photo library, then attach a name to it. A complete project I have written from scratch.
100_Days_of_SwiftUI-Consolidation_VII-HighRollers
The 6th consolidation project of "100 Days of SwiftUI" tutorial course from Paul Hudson's "Hacking with Swift" website. An app that allows the user to roll the configured amount and types of dice. A complete project I have written from scratch.
100_Days_of_SwiftUI-Project_1-WeSplit
The 1st project of "100 Days of SwiftUI" tutorial course from Paul Hudson's "Hacking with Swift" website. A check-splitting app. Complete project, including solutions to all the challenges (+ solution to the bonus challenge and to the 1st challenge of Project 3).
EP2nd's Repositories
EP2nd/100_Days_of_SwiftUI-Project_1-WeSplit
The 1st project of "100 Days of SwiftUI" tutorial course from Paul Hudson's "Hacking with Swift" website. A check-splitting app. Complete project, including solutions to all the challenges (+ solution to the bonus challenge and to the 1st challenge of Project 3).
EP2nd/100_Days_of_Swift-Consolidation_VIII-Recreation_of_the_iOS_Notes_App
The 7th consolidation project of "100 Days of Swift" tutorial course from Paul Hudson's "Hacking with Swift" website. A recreation of Apple's iOS Notes app. A complete project I have written from scratch.
EP2nd/100_Days_of_SwiftUI-Project_17-Flashzilla
The 17th project of "100 Days of SwiftUI" tutorial course from Paul Hudson's "Hacking with Swift" website. An app that helps the user memorise information using flashcards. Complete project, including solutions to all the challenges (+ solutions to two bonus challenges).
EP2nd/100_Days_of_SwiftUI-Project_19-SnowSeeker
The 19th project of "100 Days of SwiftUI" tutorial course from Paul Hudson's "Hacking with Swift" website. An app that presents a list of international ski resorts. Complete project, including solutions to all the challenges.
EP2nd/100_Days_of_Swift-Consolidation_IV-Hangman
The 3rd consolidation project of "100 Days of Swift" tutorial course from Paul Hudson's "Hacking with Swift" website. A hangman game. The player is trying to guess single letters of a camouflaged word with the support of its assigned clue. A complete project I have written from scratch.
EP2nd/100_Days_of_Swift-Consolidation_XI-Memory_Pairs
The 10th consolidation project of "100 Days of Swift" tutorial course from Paul Hudson's "Hacking with Swift" website. A memory pairs game that entertains and educates the player about some Swift terminology. The app works, fulfils its purpose and looks acceptable, yet further UI/code improvements and functional development are welcome.
EP2nd/100_Days_of_SwiftUI-Consolidation_IV-Habiter
The 3rd consolidation project of "100 Days of SwiftUI" tutorial course from Paul Hudson's "Hacking with Swift" website. A habit-tracking app. A complete project I have written from scratch.
EP2nd/100_Days_of_SwiftUI-Consolidation_V-Friendbook
The 4th consolidation project of "100 Days of SwiftUI" tutorial course from Paul Hudson's "Hacking with Swift" website. The app presents a list of friends, a list of their friends' friends (etc.), along with their respective details; the data is being downloaded and cached using Codable and Core Data. A complete project I have written from scratch.
EP2nd/100_Days_of_SwiftUI-Consolidation_VI-FaceSnap
The 5th consolidation project of "100 Days of SwiftUI" tutorial course from Paul Hudson's "Hacking with Swift" website. An app that asks users to import a picture from their photo library, then attach a name to it. A complete project I have written from scratch.
EP2nd/100_Days_of_SwiftUI-Consolidation_VII-HighRollers
The 6th consolidation project of "100 Days of SwiftUI" tutorial course from Paul Hudson's "Hacking with Swift" website. An app that allows the user to roll the configured amount and types of dice. A complete project I have written from scratch.
EP2nd/100_Days_of_Swift-Consolidation_V-Photo_Album
The 4th consolidation project of "100 Days of Swift" tutorial course from Paul Hudson's "Hacking with Swift" website. A descriptive photo album app. Project almost complete: the photos seem not getting loaded properly after a rerun through Xcode. Having read the console report, someone indicated that it is a bug which should be reported.
EP2nd/100_Days_of_Swift-Consolidation_VI-Country_Guide
The 5th consolidation project of "100 Days of Swift" tutorial course from Paul Hudson's "Hacking with Swift" website. An app which presents basic facts about some countries. A complete project I have written from scratch.
EP2nd/100_Days_of_Swift-Consolidation_X-Meme_Generator
The 9th consolidation project of "100 Days of Swift" tutorial course from Paul Hudson's "Hacking with Swift" website. A meme generator. The app is complete, but it misbehaves: I left the best result of positioning captions I could set at the time, but the lines are way too narrow. Also, the sharing functionality extracts a black rectangle.
EP2nd/100_Days_of_Swift-Project_4-Web_Browser
The 4th project of "100 Days of Swift" tutorial course from Paul Hudson's "Hacking with Swift" website. A simple web browser. Complete project, including solutions to all the challenges (+ solution to the bonus challenge).
EP2nd/100_Days_of_SwiftUI-Challenge_Day-Converter
A "Challenge day" project of "100 Days of SwiftUI" tutorial course from Paul Hudson's "Hacking with Swift" website. A unit converter app. A complete project I have written from scratch.
EP2nd/100_Days_of_SwiftUI-Consolidation_II-RockPaperScissors
The 1st consolidation project of "100 Days of SwiftUI" tutorial course from Paul Hudson's "Hacking with Swift" website. A rock-paper-scissors game. A complete project I have written from scratch.
EP2nd/100_Days_of_SwiftUI-Consolidation_III-Edutainment
The 2nd consolidation project of "100 Days of SwiftUI" tutorial course from Paul Hudson's "Hacking with Swift" website. A quiz game, aimed at helping kids memorize the multiplication table. A complete project I have written from scratch (basic UI and the simplest functionality; optional refactoring will take place in due time).
EP2nd/100_Days_of_SwiftUI-Project_10-CupcakeCorner
The 10th project of "100 Days of SwiftUI" tutorial course from Paul Hudson's "Hacking with Swift" website. A multi-screen app for ordering cupcakes using ReqRes.in. Complete project, including solutions to all the challenges (the third one can be found on "alternative" branch) (+ solution to the 1st challenge of Project 15).
EP2nd/100_Days_of_SwiftUI-Project_11-Bookworm
The 11th project of "100 Days of SwiftUI" tutorial course from Paul Hudson's "Hacking with Swift" website. A book reader's companion app. Complete project, including solutions to all the challenges (+ Project 15).
EP2nd/100_Days_of_SwiftUI-Project_12-CoreDataProject
The 12th project of "100 Days of SwiftUI" tutorial course from Paul Hudson's "Hacking with Swift" website. A technique project focused on Core Data framework in more detail. Complete project; it includes last example of the project and modified SwiftUI view called FilteredList which contains solutions to all the challenges.
EP2nd/100_Days_of_SwiftUI-Project_13-Instafilter
The 13th project of "100 Days of SwiftUI" tutorial course from Paul Hudson's "Hacking with Swift" website. A basic "instafilter" type app. Complete project, including solutions to all the challenges.
EP2nd/100_Days_of_SwiftUI-Project_14-BucketList
The 14th project of "100 Days of SwiftUI" tutorial course from Paul Hudson's "Hacking with Swift" website. An app presenting the user with a map to mark locations, describe them and find out about other places in their proximity. Complete project, including solutions to all the challenges.
EP2nd/100_Days_of_SwiftUI-Project_16-HotProspects
The 16th project of "100 Days of SwiftUI" tutorial course from Paul Hudson's "Hacking with Swift" website. An app that tracks who the user meets at conferences, presenting the user's QR code and scaning others' codes. Complete project, including solutions to all the challenges.
EP2nd/100_Days_of_SwiftUI-Project_18-LayoutAndGeometry
The 18th project of "100 Days of SwiftUI" tutorial course from Paul Hudson's "Hacking with Swift" website. A project focused on layout and geometry. The repository presents solutions to all three challenges.
EP2nd/100_Days_of_SwiftUI-Project_2-GuessTheFlag
The 2nd project of "100 Days of SwiftUI" tutorial course from Paul Hudson's "Hacking with Swift" website. A quizz game. Complete project, including solutions to all the challenges (+ solutions to the 2nd and 3rd challenge of Project 3 and to all the challenges of Project 6; + Project 15).
EP2nd/100_Days_of_SwiftUI-Project_4-BetterRest
The 4th project of "100 Days of SwiftUI" tutorial course from Paul Hudson's "Hacking with Swift" website. An app that returns a calculated bedtime for indicated wake-up hour, sleep duration and cups of coffee, based on trained model generated by Create ML and used with Core ML framework. Complete project, including solutions to all the challenges.
EP2nd/100_Days_of_SwiftUI-Project_5-WordScramble
The 5th project of "100 Days of SwiftUI" tutorial course from Paul Hudson's "Hacking with Swift" website. A word creation game. Complete project, including solutions to all the challenges ( + Project 15).
EP2nd/100_Days_of_SwiftUI-Project_7-iExpense
The 7th project of "100 Days of SwiftUI" tutorial course from Paul Hudson's "Hacking with Swift" website. An expenses list app. Complete project, including solutions to all the challenges (+ solution to the 2nd challenge of Project 15).
EP2nd/100_Days_of_SwiftUI-Project_8-Moonshot
The 8th project of "100 Days of SwiftUI" tutorial course from Paul Hudson's "Hacking with Swift" website. A resourceful app presenting some details regarding the astronauts and missions that formed NASA'a Apollo space program. Complete project, including solutions to all the challenges (+ solutions to the 3rd challenge of Project 15).
EP2nd/100_Days_of_SwiftUI-Project_9-Drawing
The 9th project of "100 Days of SwiftUI" tutorial course from Paul Hudson's "Hacking with Swift" website. This project was an introduction to drawing in SwiftUI. The respository presents my solutions to all three challenges.