An alarm clock built for parents to help keep their young children on a schedule
Description: Android Based Application
https://reactnative.dev/docs/environment-setup
- Open Windows Powershell
- Navigate to the project folder with package.json in it
- Run
npx react-native start
- After the Metro server is running, open a new terminal, and run
npx react-native run-android
to execute the program on an Android device.