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

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

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

Initial state
Running
More than half
Almost to finish

## 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.