{"id":31760058,"url":"https://github.com/vishalku03/educase-assignment","last_synced_at":"2026-04-11T04:31:30.469Z","repository":{"id":315422444,"uuid":"1059429860","full_name":"vishalku03/Educase-Assignment","owner":"vishalku03","description":"his project is a mobile app interface implemented as a pixel-perfect web page, ensuring seamless navigation between all screens. The design follows the Adobe XD layout precisely, providing a responsive and visually consistent user experience across devices.","archived":false,"fork":false,"pushed_at":"2025-09-18T12:55:34.000Z","size":95,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-18T14:58:23.875Z","etag":null,"topics":["css","git","html","reactjs","tailwindcss","tyscript"],"latest_commit_sha":null,"homepage":"https://educase-assignment-flax.vercel.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/vishalku03.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-18T12:39:19.000Z","updated_at":"2025-09-18T12:55:38.000Z","dependencies_parsed_at":"2025-09-18T21:30:53.695Z","dependency_job_id":null,"html_url":"https://github.com/vishalku03/Educase-Assignment","commit_stats":null,"previous_names":["vishalku03/educase-assignment"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/vishalku03/Educase-Assignment","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vishalku03%2FEducase-Assignment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vishalku03%2FEducase-Assignment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vishalku03%2FEducase-Assignment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vishalku03%2FEducase-Assignment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vishalku03","download_url":"https://codeload.github.com/vishalku03/Educase-Assignment/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vishalku03%2FEducase-Assignment/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002069,"owners_count":26083285,"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":["css","git","html","reactjs","tailwindcss","tyscript"],"created_at":"2025-10-09T21:19:36.337Z","updated_at":"2025-10-09T21:19:58.771Z","avatar_url":"https://github.com/vishalku03.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Popx App: \r\n\r\nPopx App is a modern React application built with Vite for fast development and optimized performance. It is designed to provide a smooth development experience with live reloading, clean code practices, and a scalable structure for future enhancements.\r\n\r\nFeatures : -\r\n\r\nFast Development: Powered by Vite for lightning-fast startup and hot module replacement.\r\n\r\nReact Frontend: Built using React, allowing component-based architecture for maintainable and reusable code.\r\n\r\nCode Quality: Integrated ESLint for consistent coding standards and error prevention.\r\n\r\nFlexible Setup: Easy to extend with new libraries, plugins, or TypeScript for larger projects.\r\n\r\nLocal Development Ready: Run the app locally with minimal setup.\r\n\r\nInstallation\r\n-------------\r\n\r\nClone the repository:\r\n\r\ngit clone https://github.com/vishalku03/popx-auth\r\ncd popx-auth\r\n\r\n\r\n\r\nInstall dependencies:\r\n\r\nnpm install\r\n\r\nRunning Locally\r\n\r\nStart the development server:\r\n\r\nnpm run dev\r\n\r\n\r\nOpen your browser at educase-assignment-flax.vercel.app  to see the app running. The server supports hot module replacement, so your changes will appear instantly.\r\n\r\nProject Structure\r\npopx/\r\n├─ public/          # Static assets\r\n├─ src/\r\n│  ├─ components/   # React components\r\n│  ├─ pages/        # App pages or views\r\n│  ├─ assets/       # Images, icons, and styles\r\n│  ├─ App.jsx       # Main app component\r\n│  └─ main.jsx      # Entry point\r\n├─ package.json      # Project metadata and scripts\r\n├─ vite.config.js    # Vite configuration\r\n└─ README.md         # Project documentation\r\n\r\nRecommended Enhancements\r\n\r\nTypeScript: For type safety and better scalability in larger projects.\r\n\r\nCustom ESLint rules: Tailor code linting to match project standards.\r\n\r\nState Management: Integrate libraries like Redux or Zustand if app complexity grows.\r\n\r\nTesting: Add unit and integration tests using Jest, React Testing Library, or Vitest.\r\n\r\nCommands\r\nCommand\tDescription\r\nnpm install\tInstall all project dependencies\r\nnpm run dev\tStart the development server (localhost)\r\nnpm run build\tBuild the project for production\r\nnpm run preview\tPreview the production build locally\r\nnpm run lint\tCheck code for linting errors\r\nContribution\r\n\r\nContributions are welcome! To contribute:\r\n\r\nFork the repository\r\n\r\nCreate a new branch (git checkout -b feature-name)\r\n\r\nMake your changes and commit (git commit -m \"Description\")\r\n\r\nPush to your branch (git push origin feature-name)\r\n\r\n\r\nOpen a Pull Request\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvishalku03%2Feducase-assignment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvishalku03%2Feducase-assignment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvishalku03%2Feducase-assignment/lists"}