Quick Tools provides the user with small random chance tools for day to day scenarios
The features that I added to this app were
To spin the bottle, the user can either shake their device or click on the spin button. The user can use the slider to adjust the spin intensity.

The user can flip a coin by using the button or swiping up on the coin.

To draw a card from the deck, the user can swipe down on the deck or click on the draw button. The code keeps track of the cards drawn and resets when the user draws 45 or more cards

The major framework used to built the app is React Native. I chose React Native for this project because I wanted to learn cross platform app development. This app taught me how to use the tab router and device sensors to control the functions within the application.
The libraries that I used were
- React Native Reanimated
- React Native Gesture Handler
- Lucide Icons
- Clone the repo
git clone https://github.com/WhosMadeer/quick-tools.git
- Install required packages
yarn install
- Run Expo Go project
yarn start