https://github.com/luismda/imhere
React Native app to create a participant list of a event.
https://github.com/luismda/imhere
expo react react-native typescript
Last synced: about 2 months ago
JSON representation
React Native app to create a participant list of a event.
- Host: GitHub
- URL: https://github.com/luismda/imhere
- Owner: luismda
- Created: 2023-06-10T17:01:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-10T17:56:34.000Z (about 3 years ago)
- Last Synced: 2025-04-09T01:36:06.876Z (about 1 year ago)
- Topics: expo, react, react-native, typescript
- Language: TypeScript
- Homepage:
- Size: 183 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# I'm Here 🙋

---
This project is a **React Native** application built with **TypeScript** and **Expo Managed Workflow** to add and remove participants from an event's presence list. The app was developed in **Ignite**, [**Rocketseat**](https://github.com/rocketseat-education) React Native training, aiming to understand core React concepts and React Native fundamentals, as well as Expo, components, states, immutability, hooks, lists, rendering, and more.
## Some instructions to run this project
- Requirements:
- [Node.js LTS](https://nodejs.org/en)
1. Clone the repository:
```sh
git clone https://github.com/luismda/imhere.git
```
2. Install the dependencies:
```sh
npm i
```
3. Run app:
```sh
npm start
```
4. To preview the app, you can use Expo Go on your physical device or use an Android or iPhone emulator on your computer. See some more details in the [**React Native**](https://reactnative.dev/docs/environment-setup?guide=quickstart) and [**Expo**](https://docs.expo.dev/get-started/expo-go/) documentation.
## Created by
LuÃs Miguel | [**LinkedIn**](https://www.linkedin.com/in/luis-miguel-dutra-alves/)
##
**#NeverStopLearning 🚀**