{"id":24308770,"url":"https://github.com/l3squad-com/java-master","last_synced_at":"2025-10-15T19:06:58.342Z","repository":{"id":272711965,"uuid":"915207925","full_name":"l3squad-com/java-master","owner":"l3squad-com","description":"A collection of quizzes to help you prepare for interviews and strengthen your skills in Java Developer Role and development.","archived":false,"fork":false,"pushed_at":"2025-01-18T13:41:46.000Z","size":394,"stargazers_count":8,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-18T21:35:36.255Z","etag":null,"topics":["java","quiz-app","spring-boot","test-mate"],"latest_commit_sha":null,"homepage":"https://l3squad-com.github.io/java-master/","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/l3squad-com.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,"zenodo":null}},"created_at":"2025-01-11T08:46:11.000Z","updated_at":"2025-02-28T15:00:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"2c7e4abf-b9df-413a-8080-f861294ef130","html_url":"https://github.com/l3squad-com/java-master","commit_stats":null,"previous_names":["l3squad-com/java-master"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/l3squad-com/java-master","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/l3squad-com%2Fjava-master","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/l3squad-com%2Fjava-master/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/l3squad-com%2Fjava-master/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/l3squad-com%2Fjava-master/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/l3squad-com","download_url":"https://codeload.github.com/l3squad-com/java-master/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/l3squad-com%2Fjava-master/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279103978,"owners_count":26104405,"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","status":"online","status_checked_at":"2025-10-15T02:00:07.814Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["java","quiz-app","spring-boot","test-mate"],"created_at":"2025-01-17T05:11:32.593Z","updated_at":"2025-10-15T19:06:58.336Z","avatar_url":"https://github.com/l3squad-com.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# java-master\nA collection of quizzes to help you prepare for interviews and strengthen your skills in Java Developer Role and development.\n\n### Create NextJS Boiler Plate App\n\n```\nnpx create-next-app@latest . --use-npm\n```\n\n\u003e Result \n\n```\n✔ Would you like to use TypeScript? … No / Yes\n✔ Would you like to use ESLint? … No / Yes\n✔ Would you like to use Tailwind CSS? … No / Yes\n✔ Would you like your code inside a `src/` directory? … No / Yes\n✔ Would you like to use App Router? (recommended) … No / Yes\n✔ Would you like to use Turbopack for `next dev`? … No / Yes\n✔ Would you like to customize the import alias (`@/*` by default)? … No / Yes\nCreating a new Next.js app in /Users/alamelu/opensource/java-master.\n\nUsing npm.\n\nInitializing project with template: app-tw\n\n\nInstalling dependencies:\n- react\n- react-dom\n- next\n\nInstalling devDependencies:\n- postcss\n- tailwindcss\n- eslint\n- eslint-config-next\n- @eslint/eslintrc\n\nadded 369 packages, and audited 370 packages in 38s\n\n142 packages are looking for funding\n  run `npm fund` for details\n\nfound 0 vulnerabilities\nSuccess! Created java-master at /Users/alamelu/opensource/java-master\n```\n\n## Open next.config.mjs\n\n```\n/** @type {import('next').NextConfig} */\n\nconst isDev = process.env.NODE_ENV === 'development';\n\nconst nextConfig = {\n    output: isDev ? 'standalone' : 'export',\n    basePath: isDev ? '' : '/\u003crepo-name\u003e',\n    assetPrefix: isDev ? '' : '/\u003crepo-name\u003e',\n};\n\nexport default nextConfig;\n```\n\n## Update Deploy commands in package.json\n\n```\n\"predeploy\": \"npm run build\",\n\"deploy\": \"npx gh-pages -d out --nojekyll\"\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fl3squad-com%2Fjava-master","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fl3squad-com%2Fjava-master","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fl3squad-com%2Fjava-master/lists"}