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: about 1 month 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 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T18:28:14.000Z (over 2 years ago)
- Last Synced: 2025-02-11T13:27:31.457Z (3 months 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: 1
- 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
```