{"id":16684261,"url":"https://github.com/aligusnet/quiz","last_synced_at":"2025-03-13T13:14:28.806Z","repository":{"id":137799859,"uuid":"90792674","full_name":"aligusnet/quiz","owner":"aligusnet","description":"Trivial implementation of quiz tool","archived":false,"fork":false,"pushed_at":"2017-06-18T22:11:27.000Z","size":68,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-20T09:09:24.007Z","etag":null,"topics":["elm-lang","serverless"],"latest_commit_sha":null,"homepage":null,"language":"Elm","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/aligusnet.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":"2017-05-09T21:16:06.000Z","updated_at":"2017-05-09T21:21:19.000Z","dependencies_parsed_at":"2023-05-22T14:30:36.959Z","dependency_job_id":null,"html_url":"https://github.com/aligusnet/quiz","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/aligusnet%2Fquiz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aligusnet%2Fquiz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aligusnet%2Fquiz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aligusnet%2Fquiz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aligusnet","download_url":"https://codeload.github.com/aligusnet/quiz/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243410458,"owners_count":20286403,"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":["elm-lang","serverless"],"created_at":"2024-10-12T14:42:53.797Z","updated_at":"2025-03-13T13:14:28.783Z","avatar_url":"https://github.com/aligusnet.png","language":"Elm","readme":"# Quiz\n\nA simple serverless web application written on [Elm](http://elm-lang.org/).\n\nThis is trivial implementation of quiz tool. All tests are defined in `public/data/tests.json` file.\n\nThe running appliucation is available at: https://quiz.aligus.net/\n\n\n## Project structure\n\n* public\n* * assets\n* * data\n* src\n\n`public` folder contains all files needed to run the application: html, CSS and JavaScript files.\n\n`src` folder has Elm source code. The source code compiles to `public/assets/js/elm.js` file.\n\n\n## Build and run app\n\nTo build the application simply execute:\n\n```bash\nmake\n```\nIt will build the application (precisely speaking it will generate a JavaScript file) and start web server. You can access quiz app by http://localhost:8000/public/index.html\n\n\nTo compress the generated JavaScript file and can use [UglifyJS](https://github.com/mishoo/UglifyJS).\n\nYou might need to install node.js if you still do not have it: https://nodejs.org/en/download/.\n\n```bash\nnpm install uglify-js -g   # Install UglifyJS\nmake compress              # Compress the JS file\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faligusnet%2Fquiz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faligusnet%2Fquiz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faligusnet%2Fquiz/lists"}