{"id":13679249,"url":"https://github.com/nas5w/typeofnan-javascript-quizzes","last_synced_at":"2025-05-16T11:04:06.031Z","repository":{"id":41974906,"uuid":"207930889","full_name":"nas5w/typeofnan-javascript-quizzes","owner":"nas5w","description":"JavaScript quiz questions and explanations!","archived":false,"fork":false,"pushed_at":"2024-05-04T23:31:57.000Z","size":13506,"stargazers_count":667,"open_issues_count":56,"forks_count":142,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-04-19T13:46:17.396Z","etag":null,"topics":["hacktoberfest","hacktoberfest2019","javascript"],"latest_commit_sha":null,"homepage":"https://quiz.typeofnan.dev","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nas5w.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2019-09-12T00:29:02.000Z","updated_at":"2025-04-13T03:44:10.000Z","dependencies_parsed_at":"2024-08-02T13:17:51.506Z","dependency_job_id":"bf8d5240-ac19-4887-a98c-4bebdebb476b","html_url":"https://github.com/nas5w/typeofnan-javascript-quizzes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nas5w%2Ftypeofnan-javascript-quizzes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nas5w%2Ftypeofnan-javascript-quizzes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nas5w%2Ftypeofnan-javascript-quizzes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nas5w%2Ftypeofnan-javascript-quizzes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nas5w","download_url":"https://codeload.github.com/nas5w/typeofnan-javascript-quizzes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254518384,"owners_count":22084374,"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":["hacktoberfest","hacktoberfest2019","javascript"],"created_at":"2024-08-02T13:01:03.543Z","updated_at":"2025-05-16T11:04:06.010Z","avatar_url":"https://github.com/nas5w.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","📦 Legacy \u0026 Inactive Projects"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/nas5w/typeofnan-javascript-quizzes/master/typeOfNaN-logo.jpg\" alt=\"TypeOfNaN JavaScript Quizzes\" /\u003e\n\nLearn JavaScript fundamentals through fun and challenging quizzes! :smiley:\n\nView the app: :point_right: [https://quiz.typeofnan.dev](https://quiz.typeofnan.dev)\n\n[![GitHub issues](https://img.shields.io/github/issues/nas5w/typeofnan-javascript-quizzes)](https://github.com/nas5w/typeofnan-javascript-quizzes/issues) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) [![GitHub forks](https://img.shields.io/github/forks/nas5w/typeofnan-javascript-quizzes)](https://github.com/nas5w/typeofnan-javascript-quizzes/network) [![GitHub stars](https://img.shields.io/github/stars/nas5w/typeofnan-javascript-quizzes)](https://github.com/nas5w/typeofnan-javascript-quizzes/stargazers) [![GitHub license](https://img.shields.io/github/license/nas5w/typeofnan-javascript-quizzes)](https://github.com/nas5w/typeofnan-javascript-quizzes/blob/master/LICENSE)\n\n\u003c/div\u003e\n\n\u003chr /\u003e\n\n# :rocket: How to run the app locally\n\nIn order to use this app locally, the package manager _yarn_ needs to be installed\n\nIf you don't have it installed yet, head over to:\n\n:point_right: [https://yarnpkg.com/en/docs/install](https://yarnpkg.com/en/docs/install)\n\nand install the latest yarn version for your system.\n\n### 1. Clone the repo\n\n:horse_racing: Run this command to clone the repo, it shall install the app locally and change to its directory automatically:\n\n`git clone https://github.com/nas5w/typeofnan-javascript-quizzes typeofnan-javascript-quizzes \u0026\u0026 cd $_`\n\n### 2. Install dependencies\n\nFirst, before you can use the app, you have to run this command to install all the dependencies:\n\n`yarn install`\n\n### 3. Start and view the app :eyes:\n\nAfter you've installed all the dependencies, run this command to start the app:\n\n`yarn start` :horse_racing:\n\nThen, in your browser, open http://localhost:8000/ to view it! :tada: :tada:\n\n# :construction: Contributing\n\nI invite you to contribute to this repository! You can do so by opening an issue, or by directly contributing questions.\n\nTo directly contribute a quiz question, do the following:\n\n1. Fork the repository :fork_and_knife:\n2. In terminal run `yarn install`\n3. For creating new question run `yarn new-question %your_question_name%`\n(Note `%your_question_name%` should be lowercased with words separated with dash `-`)\n4. Open file `index.md` in directory `content/questions/%your_question_name%` and fill all fields.\n\nIf you have any questions, let me know!  \n\n# :clipboard: About the app\n\nThe app was bootstrapped using the `gatsby-starter-blog` template and then massaging it into a format conducive to quizzing. The app is deployed from `master` to Netlify.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnas5w%2Ftypeofnan-javascript-quizzes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnas5w%2Ftypeofnan-javascript-quizzes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnas5w%2Ftypeofnan-javascript-quizzes/lists"}