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

https://github.com/msvalandro/imhere

A simple event control app created with React Native using Expo, TypeScript, and ESLint for the Ignite program at Rocketseat. This project is for study purposes.
https://github.com/msvalandro/imhere

eslint expo react-native typescript

Last synced: 2 months ago
JSON representation

A simple event control app created with React Native using Expo, TypeScript, and ESLint for the Ignite program at Rocketseat. This project is for study purposes.

Awesome Lists containing this project

README

          

# 🎉 imhere

A simple event control app created with React Native using Expo, TypeScript, and ESLint for the Ignite program at [Rocketseat](https://rocketseat.com.br). This project is for study purposes.

## 📚 Features

- Add participants to an event
- Delete participants from an event
- Validation to avoid duplicated participants

## ⚙️ Requirements

- Node.js 18

## 🚀 Installation

Clone the repository and install dependencies:

```bash
npm install

# For iOS:
npm run ios

#For Android:
npm run android
```

## 📄 License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.