https://github.com/dckt/round-training
Small app to train your boxing round 🥊
https://github.com/dckt/round-training
expo react react-native sports-app typescript
Last synced: 2 months ago
JSON representation
Small app to train your boxing round 🥊
- Host: GitHub
- URL: https://github.com/dckt/round-training
- Owner: DCKT
- Created: 2019-06-25T07:00:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T18:28:14.000Z (over 3 years ago)
- Last Synced: 2025-04-05T16:35:06.004Z (about 1 year ago)
- Topics: expo, react, react-native, sports-app, typescript
- Language: TypeScript
- Homepage: https://expo.io/@dckt/round-training
- Size: 1.78 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# round-training
Small app to train your boxing round 🥊

## Development
This project use React Native, Expo and TypeScript.
- Install expo-cli
```
yarn global add expo-cli
```
- Install dependencies :
```
yarn
```
- Start project :
```
yarn start
```