A React Native mobile app built with Expo and Expo Router that simulates an alarm clock with repeat options, labels, and toggle switches.
- Add alarms with hour/minute selection and AM/PM period
- Toggle alarms on/off
- Optional repeating alarms
- Delete alarms
- Simple and clean UI, tested in Expo Go
git clone https://github.com/<your-username>/<your-repo>.git
cd <your-repo>- Make sure you have Node.js and npm (or yarn) installed
npm installor
yarn installnpm install -g expo-clinpx expo startDownload Expo Go on your phone:
- iOS App Store
- Google Play Store
Run npx expo start (or npm start) and scan the QR code in the terminal or the browser with Expo Go.
The app should load directly on your device. 🎉