preview.mp4
Crafted with ❤️ by University of Kelaniya Students
Dashboard login: user -> admin | pass -> test123
Welcome to the official repository for the University of Kelaniya EventDesk Website!
This platform is designed to showcase upcoming events, parties, and university-branded offerings for students, providing easy access to all event-related details.
- 🏠 Home Page: Explore upcoming events and announcements at a glance.
- 📊 Dashboard View: Dive into detailed event categories and manage event information.
- ℹ️ About Page: Learn more about the website and its purpose.
- 📱 Responsive Design: Optimized for desktops and mobile devices.
- Frontend: HTML, CSS, JavaScript
- Backend: PHP (using XAMPP) and MySQL
- Development Tools: XAMPP for local server setup
- Install XAMPP on your local machine.
-
Clone the Repository:
git clone https://github.com/chamishkadilina/UOK-EventDesk.git
-
Move Files to XAMPP's
htdocs
Directory:
Copy the project folder into thehtdocs
directory in your XAMPP installation path:C:/xampp/htdocs/
-
Start XAMPP Services:
- Open the XAMPP Control Panel and start Apache and MySQL.
-
Set Up the Database:
- Access phpMyAdmin in your browser.
- Create a database named
EventDesk
and import the provided SQL file.
-
Access the Website:
Navigate to http://localhost/kelaniya-event-website/ in your browser.
We welcome contributions! To contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
. - Make your changes and commit:
git commit -m "Add feature"
. - Push to the branch:
git push origin feature-name
. - Create a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.