A simple mobile application that challenges users to test their accuracy in matching colors. It features both color and greyscale modes. It incorporates very basic gamification to make it a bit more fun.
The app is compatible with Android, iOS, and web .
Other Dream Dimension Projects: DreamDimension.net
- Full Color Mode Example
- Greyscale Mode Example
The code base is not particularly great but it's pretty small. It was quickly hacked together to get a protototype finished.
npm install
npm start
[ ] hard mode with background contrasting
[ ] shadow bug on android/native
[ ] Clean up UI
- investigate typography
- investigate custom slider
If authentication with the Apple Developer Portal fails, citing a maintenance activity error, try the following solutions:
- Check the Apple System Status for any ongoing maintenance activities.
- If the issue persists, forcefully reinstall the
eas-cli: - If it keeps occuring, use:
npm install -g eas-cli --force

