{"id":15173871,"url":"https://github.com/h4jack/quiz","last_synced_at":"2026-01-06T17:07:35.819Z","repository":{"id":242653391,"uuid":"810167861","full_name":"h4jack/quiz","owner":"h4jack","description":"This is a PHP-based quiz website that allows users to test their knowledge by answering quiz questions. The project uses HTML, CSS, JavaScript, PHP, and MySQL.","archived":false,"fork":false,"pushed_at":"2024-06-05T10:09:00.000Z","size":788,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T10:28:54.170Z","etag":null,"topics":["apache","css","h4jack","html","js","mariadb","mysql","php","quiz","quiz-project","sql","xampp"],"latest_commit_sha":null,"homepage":"http://myloginphp.rf.gd/quiz","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/h4jack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-04T07:16:51.000Z","updated_at":"2024-06-05T10:09:03.000Z","dependencies_parsed_at":"2024-06-04T08:47:45.581Z","dependency_job_id":"2efb6c6a-99ea-4622-a749-fcf90ffdf007","html_url":"https://github.com/h4jack/quiz","commit_stats":{"total_commits":5,"total_committers":2,"mean_commits":2.5,"dds":0.4,"last_synced_commit":"3a1e6162743f333c48b87034fb79b2ffa4a8b536"},"previous_names":["h4jack/quiz"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h4jack%2Fquiz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h4jack%2Fquiz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h4jack%2Fquiz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h4jack%2Fquiz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/h4jack","download_url":"https://codeload.github.com/h4jack/quiz/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245787703,"owners_count":20671963,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apache","css","h4jack","html","js","mariadb","mysql","php","quiz","quiz-project","sql","xampp"],"created_at":"2024-09-27T11:03:59.248Z","updated_at":"2026-01-06T17:07:35.790Z","avatar_url":"https://github.com/h4jack.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quiz\n\nThis is a PHP-based quiz website that allows users to test their knowledge by answering quiz questions. The project uses HTML, CSS, JavaScript, PHP, and MySQL.\n\n## Demo\n\nView/Use the project/site hosted on [Quiz-App](http://myloginphp.rf.gd/quiz)\\\ndon't use any such informations that can expose your privecy.\n\n## Project Structure\n\nThe project directory contains the following files:\n- **[admin/](https://github.com/h4jack/quiz/blob/main/admin)**\n    - `index.php`: Main admin page.\n    - **[login/](https://github.com/h4jack/quiz/blob/main/admin/login)**\n        - `index.php`: Admin login page.\n    - **[submits/](https://github.com/h4jack/quiz/blob/main/admin/submits)**\n        - `index.php`: Submission handling page.\n\n- **[css/](https://github.com/h4jack/quiz/blob/main/css)**\n    - `admin.css`: Styles for the admin interface.\n    - `body.css`: General styles for the website body.\n    - `button.css`: Styles for buttons.\n    - `input.css`: Styles for input fields.\n    - `login.css`: Styles for login-related elements.\n    - `main.css`: Main stylesheet.\n    - `nav.css`: Styles for navigation elements.\n\n- **[db/](https://github.com/h4jack/quiz/blob/main/db)**\n    - `dbconn.php`: Database connection configuration.\n\n- **[div/](https://github.com/h4jack/quiz/blob/main/div)**\n    - `nav.php`: Navigation component.\n\n- **[method/](https://github.com/h4jack/quiz/blob/main/method)**\n    - `string.php`: PHP methods related to string manipulation.\n\n- **[result/](https://github.com/h4jack/quiz/blob/main/result)**\n    - `index.php`: Page displaying quiz results.\n\n- **[submit/](https://github.com/h4jack/quiz/blob/main/submit)**\n    - `index.php`: Submission handling page.\n\n- **[user/](https://github.com/h4jack/quiz/blob/main/user)**\n    - **[getquiz/](https://github.com/h4jack/quiz/blob/main/user/getquiz)**\n        - `index.php`: User page for accessing quizzes.\n    - **[login/](https://github.com/h4jack/quiz/blob/main/user/login)**\n        - `index.php`: User login page.\n    - **[profile/](https://github.com/h4jack/quiz/blob/main/user/profile)**\n        - `goto.php`: Profile navigation logic.\n        - `index.php`: User profile page.\n\n- `index.php`: Main entry point for the quiz app.\n## Installation\nTo run and test this on local machine, follow these steps:\n\n#### install xampp on your local machine.\nif you know how to run php web app skip this steps,\\\nrefer to this site for setup your own xampp server:\n[wikihow](https://www.wikihow.com/Set-up-a-Personal-Web-Server-with-XAMPP)\n\n- Start the Apache Server.\n- Start the Mysql Server.\n\n#### clone the repo to your htdocs of xampp\n```cmd\ngit clone https://github.com/h4jack/quiz.git C:\\{path_to_xampp}\\xampp\\htdocs\\quiz\n```\n#### now open the link on your browser.\n[http://localhost/quiz/](http://localhost/quiz/)\n## Usage\n\nTo use the quiz app follow this below example, or try using it on the hosted server.\n\n### Admin\n- login as the quiz name:\n![admin login](./assets/log-on.jpeg)\n- create quiz:\n![create quiz](./assets/create-quiz.png)\n- edit/update/delete the quiz\n![update quiz](./assets/update-quiz.png)\n### User\n- login same as you logged in on admin/quiz side.\n- enter the quiz name and go to give the quiz.\n![given-quizes](./assets/given-quizes.png)\n- give quiz answer/ and submit when you think it is completed.\n![submit-quiz](./assets/give-quiz.png)\n- see the result by clicking on the view button.\n![show-result](./assets/show-result.png)\n\n## Expression Calculator Features\n\nthe quiz app provides the following features:\n- quiz creation\n- quiz taking.\n- view result.\n- and all the user/admin level features.\n## Tech Stack\n\n**Client:** HTML, CSS, JS\n\n**Server:** PHP, MariaDB MySQL(SQL).\n\n\n## Authors\n\n- [@h4jack](https://www.github.com/h4jack)\n\n## Contribute\n\nThis project open source you can contribute to this just clone and improve this project.\n\n## License\n\nThis project is licensed under the [GPL-3.0 license](https://github.com/h4jack/quiz/blob/main/LICENSE/)\n\n\n\n## Feedback\n\nIf you have any feedback or suggestions, please feel free to [create an issue](https://github.com/h4jack/quiz/issues) or [contact us](https://github.com/h4jack).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh4jack%2Fquiz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fh4jack%2Fquiz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh4jack%2Fquiz/lists"}