{"id":25328448,"url":"https://github.com/pravin223047/eventflow","last_synced_at":"2026-04-10T13:31:01.656Z","repository":{"id":276825763,"uuid":"930437897","full_name":"Pravin223047/eventflow","owner":"Pravin223047","description":"A modern event management platform built with React, Vite, TailwindCSS, Framer Motion, and ShadCN. Features authentication, event creation, maps, email notifications, and a stunning UI.","archived":false,"fork":false,"pushed_at":"2025-02-11T17:51:22.000Z","size":1234,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T02:49:41.136Z","etag":null,"topics":["cloudinary","event-management","framer-motion","jwt","maps-api","mongodb","nodemailer","react","shadcn","tailwindcss","vite"],"latest_commit_sha":null,"homepage":"https://eventflow-3ccq.onrender.com/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Pravin223047.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-10T16:27:17.000Z","updated_at":"2025-02-11T17:51:26.000Z","dependencies_parsed_at":"2025-02-10T17:34:10.707Z","dependency_job_id":"5947c6d8-7019-4c6f-9ca2-9d205ff63555","html_url":"https://github.com/Pravin223047/eventflow","commit_stats":null,"previous_names":["pravin223047/eventflow"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pravin223047%2Feventflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pravin223047%2Feventflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pravin223047%2Feventflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pravin223047%2Feventflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pravin223047","download_url":"https://codeload.github.com/Pravin223047/eventflow/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247767253,"owners_count":20992541,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cloudinary","event-management","framer-motion","jwt","maps-api","mongodb","nodemailer","react","shadcn","tailwindcss","vite"],"created_at":"2025-02-14T02:33:23.244Z","updated_at":"2025-12-30T20:06:41.285Z","avatar_url":"https://github.com/Pravin223047.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EventFlow\r\n\r\n### Seamlessly Plan, Organize, and Manage Events\r\n\r\n**EventFlow** is an intuitive and powerful event management platform that simplifies event planning. Built with cutting-edge technologies like **ReactJS, Vite, TailwindCSS, Framer Motion, and ShadCN components**, EventFlow ensures a seamless and visually appealing user experience.\r\n\r\n## 🚀 Features\r\n\r\n- **Authentication System:** Sign up, log in, reset password, verify email, and receive welcome and reset success emails.\r\n- **Event Management:** Create, update, and delete events with ease.\r\n- **Event Details Page:** View comprehensive details of any event.\r\n- **Email Notifications:** Integrated email system using Nodemailer for various user interactions.\r\n- **Map API Integration:** View event locations seamlessly on an interactive map.\r\n- **Cloud Storage:** Store and manage event-related images using Cloudinary.\r\n- **Modern UI/UX:** Stunning design with smooth animations powered by Framer Motion.\r\n\r\n---\r\n\r\n## 🛠️ Tech Stack\r\n\r\n- **Frontend:** ReactJS, Vite, TailwindCSS, Framer Motion, ShadCN UI components\r\n- **Backend:** Node.js, Express.js\r\n- **Database:** MongoDB (Atlas)\r\n- **Authentication:** JWT (JSON Web Token)\r\n- **Email Service:** Nodemailer (via SMTP/Gmail)\r\n- **Cloud Storage:** Cloudinary\r\n- **Maps API:** Integrated for event location viewing\r\n\r\n---\r\n\r\n## 📂 Project Setup\r\n\r\n### 1️⃣ Clone the Repository\r\n```sh\r\ngit clone https://github.com/Pravin223047/EventFlow.git\r\ncd EventFlow\r\n```\r\n\r\n### 2️⃣ Install Dependencies\r\n```sh\r\nnpm install\r\n```\r\n\r\n### 3️⃣ Setup Environment Variables\r\nCreate a **`.env`** file in the root directory and add the following variables:\r\n\r\n```env\r\nPORT=5000\r\nMONGO_URI=your_mongo_connection_string\r\nJWT_SECRET=your_jwt_secret\r\nNODE_ENV=development\r\nMAILTRAP_TOKEN=your_mailtrap_token\r\nCLIENT_URL=http://localhost:5173\r\n\r\nMAP_API_KEY=your_map_api_key\r\n\r\nCLOUDINARY_CLOUD_NAME=your_cloudinary_cloud_name\r\nCLOUDINARY_API_KEY=your_cloudinary_api_key\r\nCLOUDINARY_API_SECRET=your_cloudinary_api_secret\r\n\r\nVITE_APP_PASSKEY=your_app_passkey\r\nVITE_APP_ADMIN_EMAIL=your_admin_email\r\n\r\nSMTP_HOST=smtp.gmail.com\r\nSMTP_PORT=587\r\nSMTP_SECURE=false\r\nSMTP_USER=your_smtp_email\r\nSMTP_PASS=your_smtp_password\r\n```\r\n\r\n\u003e **Note:** Keep your `.env` file secure and never commit it to version control.\r\n\r\n### 4️⃣ Run the Development Server\r\n#### **Backend:**\r\n```sh\r\nnpm run dev\r\n```\r\n\r\n#### **Frontend:**\r\n```sh\r\ncd client\r\nnpm run dev\r\n```\r\n\r\n---\r\n\r\n## 📖 User Guide\r\n\r\n### 🔹 Authentication\r\n- Sign up with an email and password.\r\n- Verify your email through the confirmation link sent to your inbox.\r\n- Reset your password if forgotten.\r\n\r\n### 🔹 Creating and Managing Events\r\n- Navigate to the dashboard and click **Create Event**.\r\n- Fill in the event details, including title, description, location, and images.\r\n- View, update, or delete your created events from the **My Events** section.\r\n\r\n### 🔹 Viewing Event Details\r\n- Click on any event to see its full details, including images, description, and location on the map.\r\n\r\n---\r\n\r\n## 🚀 Deployment\r\n\r\nFor production deployment:\r\n```sh\r\nnpm run build\r\n```\r\nThen, deploy using **Vercel**, **Netlify**, or a preferred hosting service.\r\n\r\n---\r\n\r\n## 📧 Support\r\nFor any issues, feel free to create an [Issue](https://github.com/Pravin223047/EventFlow/issues) or contact us via email at **kshirsagarpravin.1111@gmail.com**.\r\n\r\n---\r\n\r\n## 🏆 Contributing\r\nWe welcome contributions! If you’d like to improve EventFlow, follow these steps:\r\n1. Fork the repository\r\n2. Create a new branch (`git checkout -b feature-branch`)\r\n3. Commit your changes (`git commit -m 'Add new feature'`)\r\n4. Push to your branch (`git push origin feature-branch`)\r\n5. Open a Pull Request\r\n\r\n---\r\n\r\n### Made with ❤️ by the kshirsagarpravin.1111@gmail.com\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpravin223047%2Feventflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpravin223047%2Feventflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpravin223047%2Feventflow/lists"}