Skip to content

Event_Registration_website 2.0 made using PHP, HTML, CSS and Bootstrap

Notifications You must be signed in to change notification settings

AdityaAshvin/Event_Registration_website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Event Registration Website 2.0

php built with love

Overview of the Project

The project consists of the following pages

  • A Landing page.
  • Admin Login page and Registration page.
  • Participant Registration and Login page.
  • Participant dashboard.
  • Admin dashboard.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

First you need to install xampp.

Running the project in your local machine

Working with phpMyadmin

  • Open your browser and paste this url http://localhost/phpmyadmin/
  • Create a database with name as event_registration. Then create a table named as admin in the database. create four colums one each for id, username, email and password.
  • In the same database create a table with name as participant. Create four colums one each for id, username, email and password.
  • In the same database also create a table with name as events. Create four colums one each for id, title, header and body.
  • Once you have done the above mentioned steps the project will be up and running in your local machine.

LandingPage:-

landingPage

Admin dashboard HomePage:-

admin dashboard

Admin dashboard UsersPage:-

admin dashboard

Admin login page:-

admin login

Participant login and registration page:-

participant login and registration

Participant dashboard:-

participant dashboard

About

Event_Registration_website 2.0 made using PHP, HTML, CSS and Bootstrap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published