This repository contains my project for the Swift Student Challenge 2024. The "SetMeUp" app is an interactive playground designed to help users learn how to assemble a PC in a simple and fun way while gaining familiarity with various component functionalities.
The app revolves around a series of riddles related to PC components. Users are challenged to drag the correct components into an empty case to assemble the PC step by step. Each component dragged into the case is properly placed and contributes to the construction of the final PC.
Additionally, users can click on each component to view a description of its functionalities. This helps users understand the role of each component in the PC and become familiar with technical vocabulary without being overwhelmed by complicated terms.
The main goal of "SetMeUp" is to make learning how to build a PC accessible to everyone, without the need to tackle complex and technical descriptions. This app is particularly useful for those who are new to the world of PC building and desire a clear and straightforward introduction to its components and functionalities.
-
Clone the repository to your computer with git.
git clone https://github.com/zRedk/PcBuilder.git
-
Open the "PCBuilder.playground" file with Xcode.
-
Follow the riddles and drag the correct components into the case to assemble the PC.
-
Click on individual components to read a description of their functionalities.
SetMeUp is licensed under the GNU License. See the LICENSE file for details.
"SetMeUp" was developed as part of the Swift Student Challenge 2024 by Federica Mosca. Thank you for your interest in the project!