Home About Me Projects Experience Skills More
StopWatch logo

StopWatch

The time on your fingertips

Current Status
Completed
Links

GitHub

Main Tools
Editors
Other Tools

StopWatch / README.md



Logo

StopWatch

The time on your fingertips


Download App · Report Bug · Request Feature


Table of Contents

  1. About
    • Built With
  2. Getting Started
    • System Requirements
    • Installation
  3. Development
    • Prerequisites
    • Installation
  4. License
  5. Credits


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

  • Kotlin
  • Android
  • Jetpack Compose


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

  1. Clone the repository
    git clone https://github.com/D3W10/StopWatch.git
    
  2. Open the project folder using your prefered IDE (ex: Android Studio)
  3. Wait for gradle to complete running
  4. 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