REPOSITORY OVERVIEWLive repository statistics
★ 2Stars
⑂ 1Forks
◯ 0Open issues
◉ 2Watchers
35/100
OPENREPOHUB HEALTH SIGNALLimited signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
30 Community adoption25% weight
5 Maintenance state20% weight
100 License clarity10% weight
0 Project information10% weight
35 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
Simple Networking Quiz
Small structural quiz web app that loads questions from questions.json and runs in the browser.
Files
indes.html — main HTML file (open in a browser).
app.js — quiz logic (loads questions.json, handles score, progress, next/restart).
style.css — styles for the quiz UI.
questions.json — question bank (array of { question, options, answer }).
Quick start
- Open the project folder in your file explorer and double-click
indes.html to open it in your default browser.
Or serve it with a simple static server (PowerShell):
# install http-server globally if you don't have it
npm install -g http-server; http-server -c-1
Then open the URL printed by the server (e.g. http://127.0.0.1:8080/) and navigate to indes.html.
Notes and troubleshooting
questions.json must be a JSON array of objects with keys: question (string), options (array of 4 strings), and answer (the correct option string).
- If questions fail to load, check browser console for CORS/file errors when opening the file directly; use a static server if needed.
- Keyboard shortcuts: press 1–4 to select an option when a question is shown.
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
This is a list of projects which have curated tasks specifically for new contributors. These issues are a great way to get started with a project, or to help share the load of working on open source projects. Jump in!
81/100 healthRecently updatedActive repositoryHas homepage
JavaScriptNOASSERTION#good-first-issue#help-wanted#javascript#ruby
⑂ 2.3K forks◯ 90 issuesUpdated today
Project homepage ↗Application that will help you learn React fundamentals. Install this application locally - there's tutorial, code snippets and exercises. The main objective of this project is to help you get off the ground with React!
90/100 healthRecently updatedActive repository
JavaScriptMIT#exercise#guided-exercises#javascript#learn
⑂ 337 forks◯ 28 issuesUpdated 3 days ago