https://github.com/leomssilva/imhere
:muscle: :iphone: :technologist: :brain: This project is an app to manage a list of participants for an event.
https://github.com/leomssilva/imhere
babel-plugin-module-resolver commitlint commitzen eslint expo husky javascript lint-staged mobile mobile-app prettier react-native typescript
Last synced: 19 days ago
JSON representation
:muscle: :iphone: :technologist: :brain: This project is an app to manage a list of participants for an event.
- Host: GitHub
- URL: https://github.com/leomssilva/imhere
- Owner: LeoMSSilva
- License: mit
- Created: 2022-12-13T21:33:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-10-15T19:11:58.000Z (6 months ago)
- Last Synced: 2025-10-26T09:45:12.641Z (6 months ago)
- Topics: babel-plugin-module-resolver, commitlint, commitzen, eslint, expo, husky, javascript, lint-staged, mobile, mobile-app, prettier, react-native, typescript
- Language: TypeScript
- Homepage: https://expo.dev/@leomssilva/imhere
- Size: 645 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
I'm Here
[](https://github.com/LeoMSSilva)
[](https://github.com/LeoMSSilva)
[](#)
[](https://github.com/LeoMSSilva/imhere/stargazers)
[](https://github.com/LeoMSSilva/imhere/network/members)
[](https://github.com/LeoMSSilva/imhere/graphs/contributors)
---
# :pushpin: Table of Contents
- :house: [About](#house-about)
- :dart: [Installation](#dart-installation)
- :gear: [Install dependencies](#hammer_and_wrench-install-dependencies)
- :rocket: [Getting started](#rocket-getting-started)
- :computer: [Techs](#computer-techs)
- :bust_in_silhouette: [Author](#bust_in_silhouette-author)
- :handshake: [Contributing](#handshake-contributing)
- :scroll: [License](#scroll-license)
---
# :house: About
This project was developed in **typescript** language, using **react native** and **expo** frameworks.
I used **javascript** and **json** languages ​​as secondary languages, just for the configuration files.
I used the **commitlint**, **@commitlint/config-conventional**, **commitizen** and **cz-conventional-changelog** libraries to keep the patterns in the commits, the **prettier**, **@trivago/prettier-plugin-sort-imports** and **eslint** (*config*: **prettier**, **@react-native-community**; *plugins*: **prettier**, **@typescript-eslint**, **@react-native-community**; *parser*: **@typescript-eslint**) libraries to maintain formatting standards, also helping to remove errors in the code, and the **husky**, **lint-staged** libraries to automate tasks before committing new code to ensure that the code is formatted and without errors.
I used the **babel plugin module resolver** library to define relative paths.
This project is about a list of attendees for an event.
You can access the project through the qr code published at **[expo](https://expo.dev/@leomssilva/imhere)**.
---
# :dart: Installation
**First you need to install:**
- [Node.js](https://pt-br.nodejs.org/) (required)
- [Yarn](https://yarnpkg.com/) (optional)
- [Expo](https://expo.io/) (required)
**Then in order, clone the project.**
By HTTPS, running this command:
```bash
git clone https://github.com/LeoMSSilva/imhere.git
```
Or by ssh, running this command:
```bash
git clone git@github.com:LeoMSSilva/imhere.git
```
SSH is a secure protocol, but you need to register a key ssh in your github before.
## :hammer_and_wrench: Install dependencies
```bash
yarn
```
or
```bash
yarn install
```
## :rocket: Getting Started
```bash
yarn start
```
---
# :computer: Techs
- Babel plugin module resolver
- Commitlint
- @commitlint/config-conventional
- Commitizen
- cz-conventional-changelog
- Eslint
- config:
- prettier
- @react-native-community
- plugins:
- prettier
- @typescript-eslint
- @react-native-community
- parser:
- @typescript-eslint
- Expo
- Expo status bar
- Javascript
- Husky
- Lint-staged
- Prettier
- @trivago/prettier-plugin-sort-imports
- React
- React native
- Typescript
---
# :bust_in_silhouette: Author
**LeoMSSilva**
- Github: [@LeoMSSilva](https://github.com/LeoMSSilva)
- LinkedIn: [@LeoMSSilva](https://linkedin.com/in/LeoMSSilva)
---
# :handshake: Contributing
Contributions, issues and feature requests are welcome! Feel free to **file a new issue** on the [imhere](https://github.com/LeoMSSilva/imhere/issues) repository. If you already found a solution to your problem, **I would love to review your pull request**!
---
# :scroll: License
Copyright :copyright: 2022 [LeoMSSilva](https://github.com/LeoMSSilva).
This project is [MIT](https://github.com/LeoMSSilva/imhere/blob/main/LICENSE) licensed.
---