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

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.

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 🚀**