{"id":24844399,"url":"https://github.com/tapascript/teach-next-js","last_synced_at":"2025-10-14T16:31:06.954Z","repository":{"id":206366286,"uuid":"716465015","full_name":"tapascript/teach-next-js","owner":"tapascript","description":"This repository contains the code I have developed to teach Next.js with my blog GreenRoots","archived":false,"fork":false,"pushed_at":"2024-12-19T12:06:09.000Z","size":380,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T09:03:51.387Z","etag":null,"topics":["dynamic","dynamic-routing","nextjs","nextjs-app-router","nextjs-example","nextjs-routing","nextjs13","nextjs14","tapascript"],"latest_commit_sha":null,"homepage":"https://youtube.com/@tapasadhikary","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/tapascript.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["atapas"]}},"created_at":"2023-11-09T07:37:37.000Z","updated_at":"2024-12-19T12:06:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"a7265aeb-6514-4f2f-a664-9d6ac55618dc","html_url":"https://github.com/tapascript/teach-next-js","commit_stats":{"total_commits":16,"total_committers":1,"mean_commits":16.0,"dds":0.0,"last_synced_commit":"7a9078e8b7c164aa7bb84e6f456894c9160aa742"},"previous_names":["tapascript/teach-next-js"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/tapascript/teach-next-js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tapascript%2Fteach-next-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tapascript%2Fteach-next-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tapascript%2Fteach-next-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tapascript%2Fteach-next-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tapascript","download_url":"https://codeload.github.com/tapascript/teach-next-js/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tapascript%2Fteach-next-js/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279019573,"owners_count":26086752,"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-14T02:00:06.444Z","response_time":60,"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":["dynamic","dynamic-routing","nextjs","nextjs-app-router","nextjs-example","nextjs-routing","nextjs13","nextjs14","tapascript"],"created_at":"2025-01-31T09:18:19.967Z","updated_at":"2025-10-14T16:31:06.572Z","avatar_url":"https://github.com/tapascript.png","language":"JavaScript","funding_links":["https://github.com/sponsors/atapas"],"categories":[],"sub_categories":[],"readme":"This is a [Next.js](https://nextjs.org/) project aim to teach by adding the important functionalities of Next.js and demonstrate them in the [tapasScript YouTube channel](https://youtube.com/@tapasadhikary).\n\nThe project also includes a JSON-Server to demonstrate Server Actions.\n\n## Getting Started\n\nFirst, run the Next.js project in 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## Run the JSON Server\n\nOpen a Terminal and,\n\n- Browse to the `src/server` folder.\n- Run `npm install -g json-server`\n- `yarn install`\n- Run the server locally with the following command:\n\n```bash\njson-server --watch data/todos.json --port 3001\n```\n- The server will run on `http://localhost:3001/tasks`\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Playlist on tapaScript](https://www.youtube.com/watch?v=VSB2h7mVhPg\u0026list=PLIJrr73KDmRwz_7QUvQ9Az82aDM9I8L_8) - Learn about Next.js features and API with practical knowledge and programming.\n- [Dynamic routes recipes from Next.js App Router](https://blog.greenroots.info/dynamic-routes-nextjs-app-router) - Learn about dynamic routes and other routing essentials from the Next.js App Router in a beginner-friendly way, with many code examples and visuals.\n- [Understanding Next.js Server Actions With Examples](https://blog.greenroots.info/understanding-nextjs-server-actions-with-examples) - React Server Components are a game changer. Learn Server Actions with Server Components in Next.js with many examples.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftapascript%2Fteach-next-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftapascript%2Fteach-next-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftapascript%2Fteach-next-js/lists"}