Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
PHP/MySQL web app for registering users for college fest events with a simple, secure login system.

Free one-page event website template with Tailwind CSS v3, React v18, and Next.js 13.4, featuring hero, FAQ, and sticky nav sections.

Free Bootstrap 4 HTML5 multi-page wedding website template with hero header, countdown timer, gallery, RSVP form, and blog.

A zero-dependency HTML/CSS template for event management, built with flexbox by avestura.

Dragonfruit is designed by jQuery and HTML5 Bootstrap. This layout includes a variety of different sections for events and timeline.
Event Management is a PHP and MySQL web application that lets college fest organizers register attendees for events through a simple user registration and admin login flow.
Event Management is a PHP and MySQL web application built for college fests; it takes user registrations through a signup/login form and stores them in a MySQL database so admins can manage events. It runs locally on XAMPP or WAMPP servers and is distributed as open-source code by developer PuneethReddyHC. The project includes a separate admin panel ([email protected] / 123456789) and screenshots showing home, events, about, and login pages.
The setup process is documented in the README: install XAMPP, start Apache and MySQL, clone the repository into htdocs, create a database named eventsite in phpMyAdmin, import database/events.sql, then open http://localhost/event-management-master. After importing, a user registers and logs in; the admin account uses the fixed credentials [email protected] and 123456789.
Yes, the project is open-source under a GitHub license (MIT license badge shown) and the author links to a "Buy Me a Coffee" page for optional support.
It registers users for events conducted in college fests. Attendees sign up and log in, then the admin can manage the event registrations through the site's admin login.
The core stack is PHP and MySQL, served through XAMPP or WAMPP (Apache). The repository also lists many other tools the author uses (Vue, Django, Flutter, etc.), but the event app itself runs on PHP/MySQL.
Download or git clone the repository into C:\xampp\htdocs, create a database named eventsite in phpMyAdmin, import database/events.sql, and browse to http://localhost/event-management-master. Then register a user and log in.