Skip to content

Latest commit

 

History

History
90 lines (56 loc) · 2.84 KB

README.md

File metadata and controls

90 lines (56 loc) · 2.84 KB

🎓 University of Kelaniya Event Details Website


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.

🌟 Features

  • 🏠 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.

🛠️ Tech Stack

HTML5 CSS3 JavaScript PHP MySQL XAMPP

  • Frontend: HTML, CSS, JavaScript
  • Backend: PHP (using XAMPP) and MySQL
  • Development Tools: XAMPP for local server setup

🚀 Getting Started

Prerequisites

  • Install XAMPP on your local machine.

Installation Steps

  1. Clone the Repository:

    git clone https://github.com/chamishkadilina/UOK-EventDesk.git
  2. Move Files to XAMPP's htdocs Directory:
    Copy the project folder into the htdocs directory in your XAMPP installation path:

    C:/xampp/htdocs/
    
  3. Start XAMPP Services:

    • Open the XAMPP Control Panel and start Apache and MySQL.
  4. Set Up the Database:

    • Access phpMyAdmin in your browser.
    • Create a database named EventDesk and import the provided SQL file.
  5. Access the Website:
    Navigate to http://localhost/kelaniya-event-website/ in your browser.


🤝 Contributing

We welcome contributions! To contribute:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature-name.
  3. Make your changes and commit: git commit -m "Add feature".
  4. Push to the branch: git push origin feature-name.
  5. Create a pull request.

📜 License

This project is licensed under the MIT License. See the LICENSE file for details.