https://github.com/icherya/sportik
https://github.com/icherya/sportik
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/icherya/sportik
- Owner: iCherya
- Created: 2024-05-14T06:04:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-12T15:05:18.000Z (9 months ago)
- Last Synced: 2025-04-14T20:21:32.239Z (6 months ago)
- Language: TypeScript
- Size: 523 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sportik
Sportik is a simple React Native application, custom-developed for my personal use, offering a variety of handy tools for diverse sports disciplines ๐โโ๏ธ๐ดโโ๏ธ๐โโ๏ธ.
## Technologies and Tools Used
### Expo
This project was initiated using the Expo CLI with the navigation template in TypeScript
```sh
npx create-expo-app@latest -t
```### ChatGPT code review
A code review github action workflow powered by OpenAI GPT-3.5 Turbo. It provides automated code reviews for pull requests. The workflow is triggered when a pull request is opened or updated.
### Developer tools
- ๐งฐ TypeScript - for static type-checking
- ๐ ๏ธ ESLint and Prettier - for linting and code formatting
- ๐ถ Husky - to lint commit messages, code, and run tests upon committing or pushing
- ๐งช Jest - for testing components and features