{"id":26674603,"url":"https://github.com/dineshkumar-mb/reactrouter-task","last_synced_at":"2026-05-05T14:33:04.648Z","repository":{"id":242438516,"uuid":"809390712","full_name":"dineshkumar-mb/Reactrouter-task","owner":"dineshkumar-mb","description":"react router task, The objective of this task is to create a web page with routes using react-router-dom.","archived":false,"fork":false,"pushed_at":"2024-06-03T11:26:55.000Z","size":107,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-31T02:11:14.572Z","etag":null,"topics":["bootstrap5","react","react-router"],"latest_commit_sha":null,"homepage":"https://glittery-rabanadas-3f20d2.netlify.app","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/dineshkumar-mb.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":"2024-06-02T15:01:16.000Z","updated_at":"2024-06-03T12:25:22.000Z","dependencies_parsed_at":"2024-06-03T03:33:41.451Z","dependency_job_id":"70e526a4-eb6d-4c54-a27e-8b9b130e3d57","html_url":"https://github.com/dineshkumar-mb/Reactrouter-task","commit_stats":null,"previous_names":["dineshkumar-mb/reactrouter-task"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dineshkumar-mb/Reactrouter-task","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dineshkumar-mb%2FReactrouter-task","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dineshkumar-mb%2FReactrouter-task/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dineshkumar-mb%2FReactrouter-task/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dineshkumar-mb%2FReactrouter-task/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dineshkumar-mb","download_url":"https://codeload.github.com/dineshkumar-mb/Reactrouter-task/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dineshkumar-mb%2FReactrouter-task/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32653552,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bootstrap5","react","react-router"],"created_at":"2025-03-26T02:38:31.725Z","updated_at":"2026-05-05T14:33:04.629Z","avatar_url":"https://github.com/dineshkumar-mb.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# React + Vite\n\nThis template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.\n\nCurrently, two official plugins are available:\n\n- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh\n- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh\n\n\n\n\n*******steps involved in installing bootsrap *******\nhttps://getbootstrap.com/ bootsrap website\n\nInstall via package manager\nInstall Bootstrap’s source Sass and JavaScript files via npm, RubyGems, Composer, or Meteor. Package managed installs don’t include documentation or our full build scripts. You can also use any demo from our Examples repo to quickly jumpstart Bootstrap projects.\n\nnpm install bootstrap@5.3.3\nInclude via CDN\nWhen you only need to include Bootstrap’s compiled CSS or JS, you can use jsDelivr. See it in action with our simple quick start, or browse the examples to jumpstart your next project. You can also choose to include Popper and our JS separately.\n\n\u003clink href=\"https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css\" rel=\"stylesheet\" integrity=\"sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH\" crossorigin=\"anonymous\"\u003e\n\u003cscript src=\"https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js\"\n\n\n******* installing react *********\n\nhttps://vitejs.dev/guide/\n\n\nCompatibility Note\n\nVite requires Node.js version 18+. 20+. However, some templates require a higher Node.js version to work, please upgrade if your package manager warns about it.\n\nnpm create vite@latest\n\nnpm create vite@latest my-vue-app -- --template vue\n\nnpm i react-router-dom\nuse this command to install react router dom packages to perform router functions\nnpx degit user/project#main my-project\ncd my-project\n\nnpm install\nnpm run dev\n\nhttp://localhost:5173  to view the output in the browser \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdineshkumar-mb%2Freactrouter-task","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdineshkumar-mb%2Freactrouter-task","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdineshkumar-mb%2Freactrouter-task/lists"}