Color Deck is a free random color generator iOS application that allows you to pick and make a collection of your favourite colors. SQLite database is used to store the color data of your favourite colors.
- Swipe left or right to generate new colored cards
- One click to favourite
- Browse through your favourite collection
- Copy color code of any favourited color
- Remove and clean up your collection
- Xcode 14.0+
- Swift 5.0+
Clone the repository. Open Color Deck.xcworkspace to run the app. In case if any import module error shows up, do the following:
- Delete Color Deck.xcworkspace file
- Delete Podfile.lock file
- Delete Pods folder
Install the pod file again. Wait till the dependecies are installed.
cd Color Deck
pod install
And open Color Deck.xcworkspace to run the app.
MIT License