Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/qobulovasror/stopwatch-mobile-app
- Owner: qobulovasror
- Created: 2023-07-21T16:01:23.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-21T16:17:17.000Z (over 1 year ago)
- Last Synced: 2024-11-06T00:06:30.327Z (about 2 months ago)
- Topics: expo, javas, react-native
- Language: JavaScript
- Homepage:
- Size: 318 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!