{"id":25563538,"url":"https://github.com/class-fullstack/full-auth-class","last_synced_at":"2026-02-19T17:31:52.566Z","repository":{"id":276787927,"uuid":"929374964","full_name":"class-fullstack/Full-Auth-Class","owner":"class-fullstack","description":"This is project of member join class teacher Tai, when all member attend class will have docs and video some lesson to can practice and project self-build.","archived":false,"fork":false,"pushed_at":"2025-06-03T08:04:46.000Z","size":426,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-23T00:39:42.284Z","etag":null,"topics":["axios","react","redux"],"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/class-fullstack.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,"zenodo":null}},"created_at":"2025-02-08T12:01:05.000Z","updated_at":"2025-06-03T08:04:47.000Z","dependencies_parsed_at":"2025-02-10T13:24:26.053Z","dependency_job_id":"0151bac6-f700-4a91-9835-fdd528d63d76","html_url":"https://github.com/class-fullstack/Full-Auth-Class","commit_stats":null,"previous_names":["class-fullstack/full-auth-class"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/class-fullstack/Full-Auth-Class","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/class-fullstack%2FFull-Auth-Class","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/class-fullstack%2FFull-Auth-Class/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/class-fullstack%2FFull-Auth-Class/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/class-fullstack%2FFull-Auth-Class/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/class-fullstack","download_url":"https://codeload.github.com/class-fullstack/Full-Auth-Class/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/class-fullstack%2FFull-Auth-Class/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29624578,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T13:04:20.082Z","status":"ssl_error","status_checked_at":"2026-02-19T13:03:33.775Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["axios","react","redux"],"created_at":"2025-02-20T20:26:48.280Z","updated_at":"2026-02-19T17:31:52.534Z","avatar_url":"https://github.com/class-fullstack.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# This Project for member join class teacher Tai\n\nE-commerce is a React application built with Vite. It provides a minimal setup to get React working with Vite, including Hot Module Replacement (HMR) and some ESLint rules.\n\n## Features\n\n- React 18\n- Vite for fast development and build\n- Axios for HTTP requests\n- React Router for routing\n- React Helmet Async for managing document head\n- React Toastify for notifications\n- Google OAuth integration\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js (\u003e= 14.x)\n- npm (\u003e= 6.x) or yarn (\u003e= 1.x)\n\n### Installation\n\n1. Clone the repository:\n\n   ```sh\n   git clone https://github.com/your-username/todo-list-pro.git\n   cd todo-list-pro\n   ```\n\n2. Install dependencies:\n   ```sh\n   npm install\n   # or\n   yarn install\n   ```\n\n### Running the Development Server\n\nTo start the development server with HMR:\n\n```sh\nnpm run dev\n# or\nyarn dev\n```\n\nGitHub Copilot\nSure, here is a complete README.md file for your project:\n\nBuilding for Production\nTo build the project for production:\n\n```sh\nnpm run build\n# or\nyarn build\n```\n\nPreviewing the Production Build\nTo preview the production build locally:\n\n```sh\nnpm run preview\n# or\nyarn preview\n\n```\n\nLinting\nTo lint the project:\n\n```sh\nnpm run lint\n# or\nyarn lint\n```\n\n.DS*Store\n.env\n.gitignore\n.vscode/\nsettings.json\n[index.html](http://\\_vscodecontentref*/1)\n[package.json](http://_vscodecontentref_/2)\npublic/\n[README.md](http://_vscodecontentref_/3)\nsrc/\nassets/\nlogo/\ncomponents/\nauth/\nheader/\nloading/\nseo/\nconfigs/\ngoogleConfig.js\nconstants/\nkeyConstant.js\ncontexts/\nglobalProviders.jsx\nguards/\nWithAuthGuard.jsx\nwithProtected.jsx\nlayouts/\nLayoutAuth.jsx\nLayoutGlobal.jsx\nLayoutPage.jsx\nlibs/\naxiosInterceptor.jsx\nmain.jsx\npages/\nabout/\nauth/\n...\nroutes/\n...\nservices/\n...\nstyles/\nutils/\n[vite.config.js](http://_vscodecontentref_/4)\n\nAvailable Scripts\ndev: Starts the development server.\nbuild: Builds the project for production.\nlint: Lints the project.\npreview: Previews the production build.\nLicense\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclass-fullstack%2Ffull-auth-class","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclass-fullstack%2Ffull-auth-class","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclass-fullstack%2Ffull-auth-class/lists"}