https://github.com/danielmejiadev/countdowntimer
A Countdown Timer application using React Native
https://github.com/danielmejiadev/countdowntimer
countdown-timer javascript react react-native
Last synced: 12 days ago
JSON representation
A Countdown Timer application using React Native
- Host: GitHub
- URL: https://github.com/danielmejiadev/countdowntimer
- Owner: danielmejiadev
- License: mit
- Created: 2020-06-27T14:53:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T21:50:53.000Z (over 3 years ago)
- Last Synced: 2023-03-07T16:49:29.065Z (over 3 years ago)
- Topics: countdown-timer, javascript, react, react-native
- Language: TypeScript
- Homepage:
- Size: 4.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Countdown Timer App
A Countdown Timer application using React Native
## Installation
```bash
$ yarn install
```
## iOS Installation
```bash
$ cd ios && pod install
```
## Running the app
```bash
# iOS devices
$ yarn ios
# Android devices
$ yarn android
```
## Test
```bash
# unit tests
$ yarn test
```
## Example

## Stay in touch
- Author - [Daniel Mejia](https://github.com/danielmejiadev)
## License
This project is licensed under the [MIT licensed](LICENSE) - see the LICENSE file for details.