This is the IgniteTeams project, a React Native application that facilitates event organizers in managing guest lists for various events. The application allows organizers to add new guests, check-in attendees, and remove guests from the list.
Features
- Add new guests to the list.
- Prevents duplicate guest entries.
- Remove guests from the list with a confirmation prompt.
- Dynamic display of the guest list using a FlatList.
- Informative message when the guest list is empty.
This project was developed during the React Native bootcamp Ignite, run by @Rocketseat.
This project was developed using the following technologies:
Before starting, ensure you have the following installed:
- Git
- Node.js
- Expo CLI - Follow the Expo CLI installation guide for setup.
# Clone this project
$ git clone git@github.com:Ca-byte/igniteteams.git
# Access the project directory
$ cd igniteteams
# Install dependencies
$ npm install
# Run the project
$ npm start
# Once started, follow Expo CLI instructions to launch the app on a simulator/emulator or scan the QR code with the Expo Go app on your physical device.
Developed with 💜 by Caroline Vieira