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.
- Host: GitHub
- URL: https://github.com/msvalandro/imhere
- Owner: msvalandro
- License: mit
- Created: 2024-07-13T18:54:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-14T14:39:42.000Z (almost 2 years ago)
- Last Synced: 2025-02-25T20:25:13.081Z (over 1 year ago)
- Topics: eslint, expo, react-native, typescript
- Language: TypeScript
- Homepage:
- Size: 231 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.