Skip to content

Latest commit

 

History

History
64 lines (52 loc) · 2.72 KB

README.md

File metadata and controls

64 lines (52 loc) · 2.72 KB

shotclockapp

Simple basketball shot clock app .

Getting started

Development setup

Android Studio 3.0 or newer.

Built with

Inspiration

I found myself with nothing to do on a Saturday morning. Since me and my friends play basketball quite often and we usually just use shot clock apps that are already available in play store. So, I thought, "why not create one of my own?". That's when I decided to create this app.

Get it on Google Play

TODO

  1. Update tech stack of the app
    • Coroutines - Done
    • Update Architecture (ViewModels, Package by Feature) - Done
    • Jetpack Compose
      • Main - Done
      • Settings - DONE
  2. Add UI Tests
    • Initial state should have timer to 24
    • +1 button should increment timer
    • +1 button should NOT increment timer IF timer is equal to 24
    • +1 button should NOT increment timer IF timer is equal to 14
    • -1 button should decrement timer
    • -1 button should NOT decrement timer IF timer is equal zero
    • Reset button should reset timer to 24
    • Reset button should reset timer to 14
    • Swiping left should change page to 14
    • Swiping right should change page to 24
    • Clicking 14 page preview should change page to 14
    • Clicking 24 page preview should change page to 24
    • Clicking settings should navigate to settings
    • Test theme change
  3. Add Unit Tests
    • Play button should play timer
    • Play button should pause timer
    • Timer should reset to 24 when timer is completed
    • Timer should reset to 14 when timer is completed
  4. Add ktlint pre-commit hook
  5. Setup CI/CD on Bitrise