https://github.com/jefferson1104/imhere-app-mobile
I'm Here is a React Native application designed to help you organize and manage events directly from your smartphone.
https://github.com/jefferson1104/imhere-app-mobile
expo react-native react-navigation sqlite styled-components typescript
Last synced: 3 months ago
JSON representation
I'm Here is a React Native application designed to help you organize and manage events directly from your smartphone.
- Host: GitHub
- URL: https://github.com/jefferson1104/imhere-app-mobile
- Owner: jefferson1104
- Created: 2024-09-28T11:45:27.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-31T13:24:49.000Z (7 months ago)
- Last Synced: 2025-01-11T14:47:49.510Z (5 months ago)
- Topics: expo, react-native, react-navigation, sqlite, styled-components, typescript
- Language: TypeScript
- Homepage:
- Size: 6.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
![]()
![]()
![]()
![]()
![]()
![]()
## :memo: About project
**I'm Here** is a React Native application designed to help you organize and manage events directly from your smartphone. With an intuitive interface, it allows you to create custom events, add and manage your guest list, and provides a range of features to make event tracking easier.
**Key Features:**
- Create and customize events, with the option to edit event names.
- Easily add and remove participants.
- Search by name to quickly locate participants.
- Update event and participant status for better control.
- Local data storage with SQLite, ensuring offline access and data persistence.I'm Here is designed as a practical and complete event management tool, streamlining the organization process and making it more accessible on mobile devices.

## ⚡ Technologies Used
- [React Native](https://reactnative.dev/)
- [TypeScript](https://www.typescriptlang.org/)
- [SQLite](https://www.sqlite.org)
- [Expo](https://expo.dev/)
- [React Navigation](https://reactnavigation.org)
- [Phosphor Icons](http://phosphoricons.com)
- [Styled Components](http://styled-components.com)## :cyclone: Run this project
To run the project, you’ll need a pre-configured Android or iOS emulator. Make sure the emulator is open before starting. Then:
1. Run `npm run start` to launch the project;
2. Press **"i"** to open it in the iOS emulator or **"a"** for the Android emulator.This will start the app in the selected emulator.
```bash
# clone this repository
git clone https://github.com/jefferson1104/imhere-app-mobile.git# go to the folder
cd imhere-app-mobile# install dependencies
$ npm install# run app
$ npm run start
```## 📸 ScreenShots