Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/qobulovasror/stopwatch-mobile-app

stopwatch mobile app build with react native and expo
https://github.com/qobulovasror/stopwatch-mobile-app

expo javas react-native

Last synced: 1 day ago
JSON representation

stopwatch mobile app build with react native and expo

Awesome Lists containing this project

README

        

# 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:
```bash
git clone https://github.com/qobulovasror/stopwatch-mobile-app.git
cd stopwatch-mobile-app
```
2. Install dependencies:
```bash
npm install
```
4. Run the app:
```bash
npx expo start
```
6. 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](https://reactnativeelements.com/): UI library for React Native.
2. [@react-native-community/slider](https://github.com/react-native-slider/slider): Slider component for React Native.
3. [Expo](https://expo.dev/)Framework for building React Native apps with ease.

#### Happy coding!