Event Planner App is a React Native application designed to help users efficiently plan and manage their events. It features a dynamic calendar for scheduling, detailed event management, customer profiles, and video call integration for virtual meetings. With a user-friendly interface and real-time notifications, this app streamlines the event planning process, making it accessible to both individuals and professionals.
- Dynamic Calendar: Easily view and select dates for scheduling events.
- Event Management: Create, view, and edit events with detailed information.
- Customer Profiles: Maintain comprehensive profiles with contact information and preferences.
- Video Call Integration: Conduct virtual meetings directly through the app with integrated video calling.
- Real-time Notifications: Stay updated with notifications for upcoming events and changes.
To get started with the Event Planner App, follow these steps:
1. Clone the repository:
git clone https://github.com/lehungtin11/react-native-calendar.git
2. Navigate to the project directory:
cd CalendarApp
3. Install the dependencies:
npm install
4. Start the app:
npm start
- For iOS:
npx react-native run-ios
- For Android:
npx react-native run-android
5. Usage
After launching the app, you can:
- Browse the calendar to select dates for new events.
- Tap on an event to view its details or edit them.
- Access customer profiles from the event details screen.
- Initiate video calls for virtual meetings.
- Receive notifications for upcoming events and other important updates.