Zuck-my-clothe is a mobile platform built using Expo that simplifies the process of washing and drying clothes. Users can scan QR codes for in-app payments, bring their clothes to one of our stores, and have them washed and dried seamlessly.
- QR Code Scanning: Quickly scan the provided QR codes for easy payments.
- In-App Payments: Secure and efficient payment processing.
- Store Drop-off Service: Users can bring their clothes to our stores for washing and drying services.
- Cross-Platform: Available for Android and IOS.
- Node.js and Yarn installed on your machine.
- Expo CLI installed globally:
npm install -g expo-cliClone the repository:
git clone https://git.cpe.kmutt.ac.th/zuck-my-clothe-team/zuck-my-clothe.git
cd zuck-my-clothe##Install the dependencies using Yarn:
yarn installStart the project:
yarn startReset the project:
yarn reset-projectRun the project on Android:
yarn androidRun the project on iOS:
yarn iosRun the project on Web:
yarn webRun tests with Jest:
yarn testRun tests with watch mode:
yarn test:watchRun linting:
yarn lintPrebuild the project:
yarn prebuildPrebuild the project and clean up:
yarn prebuild:clean- Expo: A platform for building cross-platform mobile apps.
- React Native: Framework for building native mobile apps.
- Yarn: Dependency management.
- Jest: Testing framework for JavaScript.
- NativeWind: Styling solution.