https://github.com/benisyach/tims
application for Pemilu
https://github.com/benisyach/tims
expo form-validation nativewind react-native tanstack-react-query
Last synced: 22 days ago
JSON representation
application for Pemilu
- Host: GitHub
- URL: https://github.com/benisyach/tims
- Owner: BeniSyach
- Created: 2024-08-14T12:27:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-30T04:26:40.000Z (over 1 year ago)
- Last Synced: 2025-01-22T09:32:00.905Z (over 1 year ago)
- Topics: expo, form-validation, nativewind, react-native, tanstack-react-query
- Language: TypeScript
- Homepage: https://tims-adil.com/
- Size: 18.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Mobile App
> This Project is based on [Obytes starter](https://starter.obytes.com)
## Requirements
- [React Native dev environment ](https://reactnative.dev/docs/environment-setup)
- [Node.js LTS release](https://nodejs.org/en/)
- [Git](https://git-scm.com/)
- [Watchman](https://facebook.github.io/watchman/docs/install#buildinstall), required only for macOS or Linux users
- [Pnpm](https://pnpm.io/installation)
- [VS Code Editor](https://code.visualstudio.com/download) ⚠️ Make sure to install all recommended extension from `.vscode/extensions.json`
## 👋 Quick start
Clone the repo to your machine and install deps :
```sh
git clone https://github.com/user/repo-name
cd ./repo-name
pnpm install
```
To run the app on ios
```sh
pnpm ios
```
To run the app on Android
```sh
pnpm android
```
## ✍️ Documentation
- [Rules and Conventions](https://starter.obytes.com/getting-started/rules-and-conventions/)
- [Project structure](https://starter.obytes.com/getting-started/project-structure)
- [Environment vars and config](https://starter.obytes.com/getting-started/environment-vars-config)
- [UI and Theming](https://starter.obytes.com/ui-and-theme/ui-theming)
- [Components](https://starter.obytes.com/ui-and-theme/components)
- [Forms](https://starter.obytes.com/ui-and-theme/Forms)
- [Data fetching](https://starter.obytes.com/guides/data-fetching)
- [Contribute to starter](https://starter.obytes.com/how-to-contribute/)