Screenshot of the Event Dashboard showing event visibility and invitations.
The Event Planner App is a platform for creating, managing, and attending events.
Users can browse both public community events and private invitations, RSVP directly through their dashboard, and receive real-time updates on event details.
Event organizers can create and manage events, track RSVPs, and keep attendees informed.
Key Features:
- Public & private event visibility
- RSVP and invitation management through a single dashboard
- Event creation, editing, and organizer tools
- Node.js (v16+ recommended)
- npm or yarn
# 1. Clone the repository
git clone https://github.com/code-differently/cs-25-2-team5.git
# 2. Navigate into the project directory
cd event-planner
# 3. Install dependencies
npm install
# 4. Start the development server
npm run dev