StopWatch / README.md
Table of Contents
About
StopWatch provides an easy and simple way to track time. When you open the app you will get a timer starting at 00:00.000 and two buttons to start and stop the timer and to reset the timer completely.
Built With
Getting Started
In order to use the application go to the releases page and download the latest version.
System Requirements
To run the game you need:
- A mobile device running Android:
- Android 12 (Snow Cone) or superior.
- At least 30 MB of free space.
Installation
After downloading the package from the releases page, open it and tap "Install" to get StopWatch on your device (you may need to enable "Install unknown apps" on settings). Once installed, find it on your application drawer and open it.
Development
If you want to deploy a copy of StopWatch on your device to develop a feature or fix a bug, follow the steps below to get started.
Prerequisites
In order to run the application, you will need the following tools:
- Android Studio or IntelliJ IDEA (with Android plugin);
- Android SDK (API 31);
- git (optional).
Installation
- Clone the repository
git clone https://github.com/D3W10/StopWatch.git - Open the project folder using your prefered IDE (ex: Android Studio)
- Wait for gradle to complete running
- Run the app by clicking on the green play button on the top right corner
License
Distributed under the MIT license. Check LICENSE for more details.
Credits
- Made by D3W10