A cross-platform mobile application built with Ionic React and Capacitor.
- Cross-platform (iOS, Android, Web)
- Built with React and Ionic
- Native functionality through Capacitor
- Node.js and npm
- Xcode (for iOS development)
- Android Studio (for Android development)
- CocoaPods (for iOS development)
- Clone the repository:
git clone [your-repository-url]
cd ColorCard- Install dependencies:
npm install- Run the development server:
npm run devnpm run build
npx cap sync ios
npx cap open iosnpm run build
npx cap sync android
npx cap open androidThe application is built using:
- React for the UI framework
- Ionic for mobile UI components
- Capacitor for native functionality
MIT