OnTime is a time management and scheduling app for mobile devices.
NOTE: This project is still in development and many of its features are not yet implemented.
-
Clone the repository at this link.
-
Navigate to the project folder/directory on your system.
-
Navigate to the
/app
folder within the project. -
Open a terminal or command prompt and run the following command:
npm install
NOTE: Node Package Manager (npm) must be installed in order for the installation to be successful.
-
Navigate to the
/app
folder within the project. -
Run the following command to start the Expo server:
npm start
-
Through the Expo interface, switch to the
Tunnel
option underConnections
. -
Scan the QR code to open the application through Expo.
NOTE: To run the program in development mode, Expo must be installed on the mobile device and the PC used for development must be capable of making a local Wi-Fi connection.