Skip to content

qobulovasror/stopwatch-mobile-app

Repository files navigation

Stopwatch app

This is a simple stopwatch app built with React Native and Expo. It allows users to set and control a countdown stopwatch with options to start, pause, reset, and adjust the timer duration using a slider.

Features

  1. Display the current time in minutes and seconds format.
  2. Start the timer to begin the countdown.
  3. Pause the timer to stop the countdown temporarily.
  4. Reset the timer to the initial value (0 seconds).
  5. Adjust the timer duration using a slider (maximum duration: 1 hour).

How to Use

  1. Clone the repository:
    git clone https://github.com/qobulovasror/stopwatch-mobile-app.git
    cd stopwatch-mobile-app
  2. Install dependencies:
    npm install
  3. Run the app:
    npx expo start
  4. Use the Expo Go app on your Android or iOS device to scan the QR code from the Expo development server to view the app on your device.

Dependencies

The following dependencies were used to build this app:

  1. React Native Elements: UI library for React Native.
  2. @react-native-community/slider: Slider component for React Native.
  3. ExpoFramework for building React Native apps with ease.

Happy coding!

About

stopwatch mobile app build with react native and expo

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published