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

https://github.com/icherya/sportik


https://github.com/icherya/sportik

Last synced: about 2 months ago
JSON representation

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