{"id":19241799,"url":"https://github.com/sanjaraiy/lms_frontend","last_synced_at":"2026-03-05T01:03:07.443Z","repository":{"id":194409255,"uuid":"690775104","full_name":"sanjaraiy/Lms_frontend","owner":"sanjaraiy","description":"This repository showcases a Learning Management System built with HTML, Tailwind CSS, JavaScript, and React.js. Enhance your learning experience with a sleek and interactive platform! 🚀🎓","archived":false,"fork":false,"pushed_at":"2025-04-08T20:52:24.000Z","size":2594,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-19T21:27:56.657Z","etag":null,"topics":["chartjs","custom-hooks","dasyui","html5","javascript","reack-hooks-form","react-hooks","reactjs","redux-toolkit","tailwind-css","vite"],"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/sanjaraiy.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":"2023-09-12T21:14:37.000Z","updated_at":"2025-05-07T13:31:48.000Z","dependencies_parsed_at":"2024-01-23T23:41:10.418Z","dependency_job_id":"d2b5c6a0-f788-4a32-88a7-6321e74cf114","html_url":"https://github.com/sanjaraiy/Lms_frontend","commit_stats":null,"previous_names":["sanjaraiy/lms_frontend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sanjaraiy/Lms_frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanjaraiy%2FLms_frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanjaraiy%2FLms_frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanjaraiy%2FLms_frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanjaraiy%2FLms_frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sanjaraiy","download_url":"https://codeload.github.com/sanjaraiy/Lms_frontend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanjaraiy%2FLms_frontend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30104218,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T00:38:46.881Z","status":"ssl_error","status_checked_at":"2026-03-05T00:38:45.829Z","response_time":59,"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":["chartjs","custom-hooks","dasyui","html5","javascript","reack-hooks-form","react-hooks","reactjs","redux-toolkit","tailwind-css","vite"],"created_at":"2024-11-09T17:12:35.049Z","updated_at":"2026-03-05T01:03:02.382Z","avatar_url":"https://github.com/sanjaraiy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LMS Frontend\n\n### Setup instruction\n\n1. Clone the project\n```\n   git clone https://github.com/sanjaraiy/Lms_frontend.git\n```\n2. Move into the directory\n```\n   cd LMS-frontend\n```\n\n3. install  dependencies\n```\n   npm install\n```\n4. run the server\n```\n  npm run dev\n```\n\n### Setup instructions for Tailwind\n\n[ Tailwind official instruction doc ](https://tailwindcss.com/docs/installation)\n\n1. Install tailwindcss\n```\n npm install -D tailwindcss postcss autoprefixer\n\n npx tailwindcss init -p \n```\n\n2. Create tailwind config file\n```\n npx tailwindcss init\n```\n3. Add file extensions to tailwind config file in the content property\n```\n  \"./src/**/*.{html,js,jsx,ts,tsx}\",\"./index.html\",\n```\n\n4. Add the tailwind directives at the top of the `index.css` file\n```\n  @tailwind base;\n  @tailwind components;\n  @tailwind utilities;\n```\n5. Add the following details in the plugin property of tailwind config\n```\nplugins: [require(\"daisyui\"),require(\"@tailwindcss/line-clamp\")],\n```\n### Adding plugins and dependencies\n\n```\n  npm install @reduxjs/toolkit react-redux react-router-dom react-icons react-chartjs-2 chart.js daisyui axios react-hot-toast @tailwindcss/line-clamp  \n```\n\n### configure auto import sort esline\n\n1. Install simple import sort\n```\nnpm i -D eslint-plugin-simple-import-sort\n```\n2. Add rule in `.eslint.cjs`\n```\n'simple-import-sort/imports':'error'\n```\n\n3. add simple-import sort plugin in `.eslint.cjs`\n```\nplugins:[..., 'simple-import-sort']\n```\n4. To enable auto import sort on file save in vscode\n\n  - Open `settings.json`\n  - add the following config\n```\n\"editor.codeActionsOnSave\":{\"source.fixAll.eslint\":true }\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanjaraiy%2Flms_frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsanjaraiy%2Flms_frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanjaraiy%2Flms_frontend/lists"}