A react-native counter app, that keeps track of the pace of clicks per hour.
John Marrs
The purpose of this app is to allow assemblers/manufactuers to keep track of their count and pace of production. (Also this is part of me learning react-native for a school project).
The app can be run using react native. In order to do so, you will need to have the react-native cli installed.
React Native Environment Setup(https://reactnative.dev/docs/environment-setup)
NOTE: You need to run the app using IOS, Android, or their corresponding emulators for the reset and alert functionality to work. For some reason Alert.alert() is not supported by the web.
- Allow users to change pace unit
- Change button sizes to feel more natural (Completed)
- Add reset warning alert for reset button (Completed)
- Add decrement button (Completed)
- Add indicator to show last button pressed (Completed)