Submission Official Hack Juveniles Team Repo, for Frosthack, May 2021.
Highlights: a very simple db filterer, a carousel, a puzzle.
Usage instructions:
It requires a database on phpmyAdmin on the localhost (XAMPP) to access the database. Without it, the 'Oxygen form' will not work.
The way to create it in the Localhost of phpmyAdmin is: create new database, choose 5 columns. Name them:
State, City, Company_name, Person_name, Contact_number (type: bigint) with sufficient size(min 50 each).
Then, import the given csv file. Then you can open the main program (index.html) in your browser.
The CSS and JS file, along with the php files are present in the repo. Have used mysqli as well.
Picture used is from the website https://pixabay.com/
Credits
The source code of the oxygen information filtering is a youtube video: https://www.youtube.com/watch?v=Q1g1QXqPsSM
The carousel effect belongs to: https://cdnjs.com/libraries/owl-carousel
The source code of the stress management fun jigsaw puzzle belongs to: Packery - https://packery.metafizzy.co
Code from some "Code with Harry youtube videos(not specifically any)".