A modern, full-stack event management platform built with React, TypeScript, and Lovable Cloud. Create, discover, and manage events with an intuitive interface and powerful features...
- Create Events: Easy-to-use form with image upload, date/time selection, and location integration
- Edit Events: Update your events anytime with full editing capabilities
- Delete Events: Remove events you've created with confirmation dialog
- Event Discovery: Browse all upcoming events in a beautiful card layout
- Event Details: Rich event pages with countdown timers, location maps, and registration
- Secure Sign Up/Login: Email and password authentication with automatic email confirmation
- User Profiles: Automatic profile creation with display names
- Protected Routes: Secure admin and event management pages
- Session Management: Persistent authentication across sessions
- Google Maps Autocomplete: Search and select locations with autocomplete suggestions
- Interactive Maps: Embedded Google Maps on event detail pages
- Get Directions: Direct links to Google Maps for navigation
-
Image Upload: Drag-and-drop or click to upload event images
-
File Validation: Automatic validation for file type (JPG, PNG, GIF, WebP) and size (max 5MB)
-
Secure Storage: Images stored securely in cloud storage
- Admin Dashboard: Manage all events from a centralized dashboard
- Event Moderation: View, edit, or delete any event
- User Management: Access to user profiles and event data
- Meta Tags: Proper title, description, and keywords for each page
- Semantic HTML: Structured markup for better search engine visibility
- Open Graph Tags: Social media preview optimization
- Responsive Design: Mobile-first design that works on all devices
URL: https://lovable.dev/projects/f1ba0c74-af75-4389-a8ae-60baf80911b5
There are several ways of editing your application.
Use Lovable
Simply visit the Lovable Project and start prompting.
Changes made via Lovable will be committed automatically to this repo.
Use your preferred IDE
If you want to work locally using your own IDE, you can clone this repo and push changes. Pushed changes will also be reflected in Lovable.
The only requirement is having Node.js & npm installed - install with nvm
Follow these steps:
# Step 1: Clone the repository using the project's Git URL.
git clone <YOUR_GIT_URL>
# Step 2: Navigate to the project directory.
cd <YOUR_PROJECT_NAME>
# Step 3: Install the necessary dependencies.
npm i
# Step 4: Start the development server with auto-reloading and an instant preview.
npm run devEdit a file directly in GitHub
- Navigate to the desired file(s).
- Click the "Edit" button (pencil icon) at the top right of the file view.
- Make your changes and commit the changes.
Use GitHub Codespaces
- Navigate to the main page of your repository.
- Click on the "Code" button (green button) near the top right.
- Select the "Codespaces" tab.
- Click on "New codespace" to launch a new Codespace environment.
- Edit files directly within the Codespace and commit and push your changes once you're done.
This project is built with:
- Vite
- TypeScript
- React
- shadcn-ui
- Tailwind CSS
This project uses Google Maps Places API for location autocomplete. To enable this feature:
- Go to Google Cloud Console
- Create a new project or select an existing one
- Enable the Places API (New) in the API Library
- Go to Credentials → Create Credentials → API Key
- Copy the API key
- Add it to your
.envfile:VITE_GOOGLE_MAPS_API_KEY="your-api-key-here"
Optional but recommended: Restrict your API key to only work with the Places API and your domain for security.
Simply open Lovable and click on Share -> Publish.
Yes, you can!
To connect a domain, navigate to Project > Settings > Domains and click Connect Domain.
Read more here: Setting up a custom domain