KIIT Clubs is an online platform designed to enhance student engagement by providing a comprehensive resource for exploring student-run clubs and organizations at KIIT University. Students can easily discover various clubs, view detailed descriptions, and register for different organizations based on their interests. With user-friendly navigation and an intuitive interface, KIIT Clubs fosters community and encourages involvement, simplifying the process of joining and participating in campus life while enriching the overall student experience at KIIT.
Myself Hardik Gupta, a first-year Computer Science and Engineering student at Kalinga Institute of Industrial Technology, focusing on Artificial Intelligence and Machine Learning. I'm from Jaipur and have a deep passion for both singing and coding. With a strong academic background, I am eager to excel in my field.
- HTML/CSS: For structuring and styling web pages.
- JavaScript: To add interactivity and enhance user experience.
- PHP: For server-side scripting and processing forms.
- phpMyAdmin: For storing user data and club information.
- Apache: Local server to host your application.
- Git: For version control and collaboration among developers.
- Canva: For UI/UX design and prototyping.
* About Us Page* | *Admin Login Page* | *Admin Panel Page*
*Club Admin Login Page* | *Club Admin Panel Page* | *Club Details 1 Page*
*Club Details Page* | *Contact Us Page* | *Home Page 2*
*Home Page*
- Download the zip file containing the KIIT Clubs project from the provided source.
- Save it to an easily accessible location on your system, such as the Desktop or Downloads folder.
- Visit the XAMPP website and download the appropriate version for your operating system (Windows, macOS, or Linux).
- Follow the installation instructions to install XAMPP on your system. This software package will allow you to run a local web server.
- Open the XAMPP Control Panel. You can find it in the installation directory or by searching for "XAMPP" on your system.
- Click the "Start" button next to Apache to launch the web server. A green indicator should confirm that it is running.
- Click the “Admin” button next to MySQL to open phpMyAdmin in your web browser. This tool allows you to manage your databases.
- Navigate to the XAMPP installation directory (usually located in C:\xampp for Windows).
- Open the htdocs folder, where you will store your project files.
- Copy and paste the entire contents of the downloaded project folder (from Step 1) into the htdocs directory. Ensure that the main files (like
index.html
, etc.) are directly accessible in the htdocs folder or within a subfolder as needed.
- In phpMyAdmin, create a new database by clicking on the "Databases" tab. Enter a name for your database (e.g.,
club_registrations
) and click "Create." - Once the database is created, select it from the left sidebar.
- Click on the "Import" tab, then choose the SQL file(s) you need to upload (usually included in your project zip file).
- Click "Go" to import the database. This step sets up the necessary tables and data for the project.
- Open your web browser and type the following URL in the address bar:
http://localhost/yourfolder/index.html
(replaceyourfolder
with the name of the project folder you placed in htdocs if applicable). - If you placed the files directly in htdocs, simply type
http://localhost/index.html
.
You should now see the KIIT Clubs website in your browser. Explore the various features, register for clubs, and enjoy the enhanced student engagement experience!
If you encounter any issues, ensure that Apache and MySQL are running properly in the XAMPP Control Panel, and verify that you correctly imported the database.
- Username: admin
- Password: admin
- Username: clubadmin
- Password: clubadmin