Skip to content

Matthew-Vanhoomissen/MobileApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Native Alarm App ⏰

A React Native mobile app built with Expo and Expo Router that simulates an alarm clock with repeat options, labels, and toggle switches.

🚀 Features

  • 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

📦 Getting Started

1. Clone the repository

git clone https://github.com/<your-username>/<your-repo>.git
cd <your-repo>

2. Install dependencies

  • Make sure you have Node.js and npm (or yarn) installed
npm install

or

yarn install

3. Install Expo CLI

npm install -g expo-cli

4. Start development server

npx expo start

Now run the app

Download 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. 🎉

About

AlarmApp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors