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 dev
npm run build
npx cap sync ios
npx cap open ios
npm run build
npx cap sync android
npx cap open android
The application is built using:
- React for the UI framework
- Ionic for mobile UI components
- Capacitor for native functionality
MIT