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

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.

Awesome Lists containing this project

README

          

I'm Here





[![Author](https://img.shields.io/badge/author-LeoMSSilva-blue?style=flat-square)](https://github.com/LeoMSSilva)
[![Version](https://img.shields.io/badge/version-1.0.0-blue.svg?cacheSeconds=2592000)](https://github.com/LeoMSSilva)
[![Languages](https://img.shields.io/github/languages/count/LeoMSSilva/imhere?color=blue&style=flat-square)](#)
[![Stars](https://img.shields.io/github/stars/LeoMSSilva/imhere?color=blue&style=flat-square)](https://github.com/LeoMSSilva/imhere/stargazers)
[![Forks](https://img.shields.io/github/forks/LeoMSSilva/imhere?color=blue&style=flat-square)](https://github.com/LeoMSSilva/imhere/network/members)
[![Contributors](https://img.shields.io/github/contributors/LeoMSSilva/imhere?color=blue&style=flat-square)](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.

---