Event booking web app
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Event booking web app
- 5 pages: Home, Events, Log in, Sign up, Profile
- sorting feature to classify events into 3 types (sport, culture, and others) as well as by the date
- like and book functionality for registered users
- profile page for users to view and sort the booked events by ascedning/descending dates, earliest/latest registered
- login/signup form validation with use of jQuery and regex
- hashed passwords
- events dynamically added/updated from the database without the need of altering the code
Project Link: https://github.com/JessicaGM/AstonEvents