If you want to open it on your Mac, open Terminal and write respectively below codes
1️⃣ git clone https://github.com/kadir-ince/Card-UI.git
2️⃣ cd Card-UI
3️⃣ xed .
What do these codes do?
git clone --> Cloning the project on your Mac from GitHub
cd --> Change current directory to the project directory
xed . --> Open the project in Xcode
