{"id":23340315,"url":"https://github.com/pankajgusain/nextjs-course","last_synced_at":"2025-10-09T02:51:56.229Z","repository":{"id":212631850,"uuid":"731944344","full_name":"PANKAJGUSAIN/NextJs-Course","owner":"PANKAJGUSAIN","description":null,"archived":false,"fork":false,"pushed_at":"2024-02-04T10:57:10.000Z","size":129,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T14:51:16.479Z","etag":null,"topics":["nextjs14","route-handler","routing"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PANKAJGUSAIN.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-12-15T08:55:56.000Z","updated_at":"2024-02-04T09:43:12.000Z","dependencies_parsed_at":"2024-02-03T15:25:04.262Z","dependency_job_id":"8c9747da-b476-44ca-ae5f-185afa387e85","html_url":"https://github.com/PANKAJGUSAIN/NextJs-Course","commit_stats":null,"previous_names":["pankajgusain/nextjs-course"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PANKAJGUSAIN/NextJs-Course","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PANKAJGUSAIN%2FNextJs-Course","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PANKAJGUSAIN%2FNextJs-Course/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PANKAJGUSAIN%2FNextJs-Course/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PANKAJGUSAIN%2FNextJs-Course/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PANKAJGUSAIN","download_url":"https://codeload.github.com/PANKAJGUSAIN/NextJs-Course/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PANKAJGUSAIN%2FNextJs-Course/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000762,"owners_count":26082906,"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-09T02:00:07.460Z","response_time":59,"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":["nextjs14","route-handler","routing"],"created_at":"2024-12-21T04:29:01.350Z","updated_at":"2025-10-09T02:51:56.210Z","avatar_url":"https://github.com/PANKAJGUSAIN.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NextJs-Course\n\n# Before we start \nThis project consist of 2 branches  :\n\n\n[main branch](https://github.com/PANKAJGUSAIN/NextJs-Course/tree/main) - consist of app routing for UI page . \n\n[RouteHandler_apiroutes](https://github.com/PANKAJGUSAIN/NextJs-Course/tree/RouteHandler_apiroutes) - consist of creating api request GET , POST , PATCH , DELETE .\n\nLearned From http://www.youtube.com/@Codevolution\n\n\n## Part -1 Routing summary \nBranches for this part -\n\n[main branch](https://github.com/PANKAJGUSAIN/NextJs-Course/tree/main) - app routing for UI page . \n\n[RouteHandler_apiroutes](https://github.com/PANKAJGUSAIN/NextJs-Course/tree/RouteHandler_apiroutes) - consist of creating api request .\n\n- Routing Definition\n- Page \u0026 Layout\n- Dynamic Route\n- Route Groups\n- Linking \u0026 navigating\n- Handling errors in routes\n- Advance Routing Concepts - parallel  \u0026 intercepting routes\n- RouteHandlers \u0026 middleware\n\n## Special files in Nextjs\n- page.js\n- layout.js\n- template.js\n- not-found.js\n- loading.js\n- error.js\n- default.js\n- route.js\n- middleware.js\n\n\n## Getting Started\n\nFirst, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n# or\nbun dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `app/page.js`. The page auto-updates as you edit the file.\n\nThis project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\nYou can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!\n\n## Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme) from the creators of Next.js.\n\nCheck out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpankajgusain%2Fnextjs-course","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpankajgusain%2Fnextjs-course","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpankajgusain%2Fnextjs-course/lists"}