EventifyMe is a web application that helps you plan and organize events with ease. It offers a vendor management system, AI-generated to-do list, and other features that simplify the event planning process. The app is built using HTML, CSS, and JavaScript for the front-end, and leverages various APIs and libraries to enable its functionality.
Some of the key features of EventifyMe include:
-
Vendor management system: Easily manage your event vendors in one place, and keep track of their contact information, contracts, and payment status.
-
AI-generated to-do list: Get personalized suggestions for organizing your event, based on your preferences and event type. This feature is powered by AI and machine learning algorithms.
-
Interactive dashboard: The dashboard provides an overview of your event planning progress, and helps you stay on top of your to-do list.
-
Payment processing: Process vendor payments directly through the app, and keep track of payment history.
-
Calendar integration: Sync your event calendar with Google Calendar or other popular calendar apps.
-
Event feedback: Collect feedback from attendees after the event, and use this information to improve future events.
EventifyMe is built using the following tech stacks:
- HTML
- CSS
- JavaScript
To set up the app on your local machine, follow these steps:
- Clone the repository to your local machine using the command
git clone https://github.com/your-username/eventifyme.git. - Install the required dependencies using
npm install. - Run the app using
npm start. - Navigate to
http://localhost:3000on your web browser to access the app.
If you would like to contribute to EventifyMe, please follow these steps:
- Fork the repository to your own account.
- Create a new branch from the
mainbranch with a descriptive name. - Make your changes and commit them to the new branch.
- Push the branch to your forked repository.
- Create a pull request to merge your changes into the main branch.