The "Guest Control" project is a simple application developed in React Native, aimed at facilitating the management of guests at events. With an intuitive and user-friendly interface, the app allows users to add and remove people from a guest list, providing efficient control over event attendees.
- Adding Guests
- Removing Guests
- Organized List
- React Native: A mobile app development framework that enables the creation of cross-platform applications with a single codebase.
- Local State: Utilization of local state to manage the guest list, ensuring a responsive user experience.
- Reusable Components: Implementation of reusable components to facilitate code maintenance and extension.
-
Install Dependencies:
- Run
npm install
to install project dependencies.
- Run
-
Start the App:
- Run
npx expo start
to launch the app on your emulator or mobile device.
- Run