{"id":18829488,"url":"https://github.com/freecodecamp/developer_quiz_site","last_synced_at":"2025-10-29T19:31:14.369Z","repository":{"id":36994340,"uuid":"438516292","full_name":"freeCodeCamp/Developer_Quiz_Site","owner":"freeCodeCamp","description":"This is a quiz site filled with over 1500+ questions on programming.","archived":false,"fork":false,"pushed_at":"2025-02-04T05:59:12.000Z","size":43489,"stargazers_count":285,"open_issues_count":7,"forks_count":379,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-02-07T16:05:49.135Z","etag":null,"topics":["css","html","javascript","react","typescript"],"latest_commit_sha":null,"homepage":"https://developerquiz.org","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/freeCodeCamp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"freecodecamp","patreon":"freecodecamp","custom":["www.freecodecamp.org/donate"]}},"created_at":"2021-12-15T06:13:19.000Z","updated_at":"2025-02-05T10:38:01.000Z","dependencies_parsed_at":"2023-01-17T12:45:38.975Z","dependency_job_id":"22d2edb9-4cd9-4a4d-9473-84b91adf02aa","html_url":"https://github.com/freeCodeCamp/Developer_Quiz_Site","commit_stats":{"total_commits":1076,"total_committers":294,"mean_commits":"3.6598639455782314","dds":0.8197026022304833,"last_synced_commit":"4636aa9021044b3891f3e720d08cdd917543fe19"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freeCodeCamp%2FDeveloper_Quiz_Site","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freeCodeCamp%2FDeveloper_Quiz_Site/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freeCodeCamp%2FDeveloper_Quiz_Site/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freeCodeCamp%2FDeveloper_Quiz_Site/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/freeCodeCamp","download_url":"https://codeload.github.com/freeCodeCamp/Developer_Quiz_Site/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238876611,"owners_count":19545610,"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":["css","html","javascript","react","typescript"],"created_at":"2024-11-08T01:44:59.598Z","updated_at":"2025-10-29T19:31:13.522Z","avatar_url":"https://github.com/freeCodeCamp.png","language":"TypeScript","readme":"# freeCodeCamp Developer Quiz\n\n![Learn to Code RPG Main Menu](Splash_Art.png)\n\nThe [developerquiz.org](https://developerquiz.org/) website is the companion to [Learn to Code RPG Game](https://freecodecamp.itch.io/learn-to-code-rpg), a visual novel game developed by [freeCodeCamp](https://www.freecodecamp.org) to help you learn how to code. 😺\n\n[developerquiz.org](https://developerquiz.org/) hosts all **1200+** multiple choice questions featured in the game on the following topics:\n\n- HTML 🖊️\n- CSS 🎨\n- JavaScript ⚙️\n- Linux 🐧\n- Python 🐍\n- Git 📁\n- SQL 📊\n- IT 🖥️\n- Quality Assurance ✅\n- Agile ⏩\n- Security 🔒\n- and Computer Science Concepts 🤖\n\nAll questions are beginner friendly and approachable to all levels, so they are ideal for refreshing your programming knowledge.\n\nIf you are brand new to programming, learn to code for free and start your programming journey with [freeCodeCamp](https://www.freecodecamp.org/).\n\nfreeCodeCamp creates thousands of articles, videos and courses on a variety of coding topics.\n\nAll of the helpful and thoughtful resources are made possible by the generous donations of kind people.\n\nHave a look [here](https://www.freecodecamp.org/news/how-to-donate-to-free-code-camp/) at the different ways you can support our non-profit's mission and make tech education accessible to all.\n\n## How to work on the project using Gitpod\n\nGitpod is an online environment, where you can work on projects without installing anything on your machine. To setup the Developer Quiz Site with Gitpod, visit this [link](https://gitpod.io/?autostart=true#https://github.com/freeCodeCamp/Developer_Quiz_Site/)\n\n## How to run the project locally\n\nHere are directions on how to fork the freeCodeCamp/Developer_Quiz_Site repository:\u003cbr\u003e\nhttps://docs.github.com/en/get-started/quickstart/fork-a-repo\n\nIn the command line:\n\n1. Clone the repo by typing `git clone https://github.com/YOUR-GITHUB-USERNAME/Developer_Quiz_Site.git`\n2. Then type `cd Developer_Quiz_Site` to go into the project's directory.\n3. Install dependencies with `pnpm install`\n4. Run the project with `pnpm start`\n5. Have fun 🚀\n\n### Using Docker Compose\n\nEnsure you have `Docker` and `Docker Compose` installed on your machine.\n\n1. Clone the repo by typing `git clone https://github.com/YOUR-GITHUB-USERNAME/Developer_Quiz_Site.git`\n2. Then type `cd Developer_Quiz_Site` to go into the project's directory.\n3. Run the project with `docker-compose up`\n4. Access the project at `http://localhost:3000` or via the host network IP address, typically `http://HOST_IP_ADDRESS:3000`\n5. Have fun 🚀\n\n### How to contribute\n\nThis open source project is a work in progress and ever evolving.\n\nWe welcome all contributions, suggestions and ideas for improvement from the community.\n\nYou can contribute by fixing bugs in the codebase, proposing new features or adding new questions.\n\nMake sure to first read through the [Code of Conduct](https://www.freecodecamp.org/news/code-of-conduct/).\n\nThen, read through our [Contributing Documentation](CONTRIBUTING.md).\n\n### How to run the unit tests\n\nOnce you are finished making changes, you will need to run the test suite to make sure your code doesn't break anything.\nHere is terminal command for running tests: `pnpm test` (or, even shorter: `pnpm t` )  \nalternativetly (and also cool!) - you can install [vscode vitest extension](https://github.com/vitest-dev/vscode)\n\n### How to run the e2e tests\n\nThis repo uses [Playwright](https://playwright.dev/) for end-to-end testing.\n\n- To run the tests in UI mode, run:\n  ```\n  pnpm run e2e:ui\n  ```\n- To run the tests in headless mode, run:\n\n  ```\n  pnpm run e2e:ci\n  ```\n\nNote: e2e tests cannot be run in Gitpod environment.\n\n### How to report bugs\n\nFound a bug while playing?\n\nRead through [this helpful article](https://forum.freecodecamp.org/t/how-to-report-a-bug-to-the-freecodecamp-open-source-community/19543) on how to report bugs.\n\nThen, report them by opening a **GitHub Issue**.\n\n### Our Contributors\n\n\u003ca href=\"https://github.com/freeCodeCamp/Developer_Quiz_Site/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=freeCodeCamp/Developer_Quiz_Site\u0026columns=15\" /\u003e\n\u003c/a\u003e\n\n### License\n\nCopyright © 2024 freeCodeCamp.org, All rights reserved.\n","funding_links":["https://github.com/sponsors/freecodecamp","https://patreon.com/freecodecamp","www.freecodecamp.org/donate"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreecodecamp%2Fdeveloper_quiz_site","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffreecodecamp%2Fdeveloper_quiz_site","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreecodecamp%2Fdeveloper_quiz_site/lists"}