{"id":14978284,"url":"https://github.com/chinmaykaitade/lms-frontend-react-ineuron","last_synced_at":"2026-01-05T05:09:02.214Z","repository":{"id":251482674,"uuid":"837001663","full_name":"ChinmayKaitade/LMS-Frontend-React-iNeuron","owner":"ChinmayKaitade","description":"Learning Management System Project Frontend using React - iNeuron.","archived":false,"fork":false,"pushed_at":"2024-09-12T02:19:23.000Z","size":2699,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-11T17:23:24.040Z","etag":null,"topics":["axios","chartjs","daisy-ui","eslint-config","eslint-rules","react-dom","react-hot-toast","react-icons","react-redux","react-router-dom","reactjs","redux-toolkit","tailwind-css","thunk-reactjs"],"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/ChinmayKaitade.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-08-02T02:29:15.000Z","updated_at":"2024-09-15T13:06:21.000Z","dependencies_parsed_at":"2024-09-08T07:33:32.748Z","dependency_job_id":"65021e99-f2a3-4808-a65c-144037c290f7","html_url":"https://github.com/ChinmayKaitade/LMS-Frontend-React-iNeuron","commit_stats":{"total_commits":34,"total_committers":1,"mean_commits":34.0,"dds":0.0,"last_synced_commit":"cf73d16a997ce51c13d2270f52300a6e2dd8ce9f"},"previous_names":["chinmaykaitade/lms-frontend-react-ineuron"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChinmayKaitade%2FLMS-Frontend-React-iNeuron","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChinmayKaitade%2FLMS-Frontend-React-iNeuron/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChinmayKaitade%2FLMS-Frontend-React-iNeuron/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChinmayKaitade%2FLMS-Frontend-React-iNeuron/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChinmayKaitade","download_url":"https://codeload.github.com/ChinmayKaitade/LMS-Frontend-React-iNeuron/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219859903,"owners_count":16556031,"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","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","chartjs","daisy-ui","eslint-config","eslint-rules","react-dom","react-hot-toast","react-icons","react-redux","react-router-dom","reactjs","redux-toolkit","tailwind-css","thunk-reactjs"],"created_at":"2024-09-24T13:57:17.614Z","updated_at":"2025-10-28T08:32:02.134Z","avatar_url":"https://github.com/ChinmayKaitade.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LMS Frontend\n\n### Setup Instruction\n\n1. Clone the project.\n\n```\n    git clone https://github.com/ChinmayKaitade/LMS-Frontend-React-iNeuron.git\n```\n\n2. Move into the directory.\n\n```\n    cd LMS-Frontend-React-iNeuron\n```\n\n3. Install dependencies.\n\n```\n    npm i\n```\n\n4. Run the server.\n\n```\n    npm run dev\n```\n\n### Setup Instructions for Tailwind\n\n[Tailwind Official Documentation](https://tailwindcss.com/docs/installation)\n\n1. Install tailwindcss.\n\n```\n    npm install -D tailwindcss postcss autoprefixer\n```\n\n2. Create tailwind config file.\n\n```\n    npx tailwindcss init -p\n```\n\n3. Add file extensions to tailwind config file in the contents property.\n\n```\n    \"./src/**/*.{html,js,jsx,ts,tsx}\", \"./index.html\",\n\n```\n\n4. Add the tailwind directives at the top of the `index.css` file.\n\n```\n    @tailwind base;\n    @tailwind components;\n    @tailwind utilities;\n```\n\n5. Add the following details in the plugin property of tailwind config.\n\n```\n    [require(\"daisyui\"), require(\"@tailwindcss/line-clamp\")]\n```\n\n### Adding Plugins and Dependencies\n\n```\nnpm 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 eslint\n\n1. Install simple import sort.\n\n```\n    npm i -D eslint-plugin-simple-import-sort\n```\n\nplugin installed for Easy auto-fixable import sorting\n\n2. Add rule in `.eslint.cjs`.\n\n```\n    'simple-import-sort/imports': 'error'\n```\n\n3. Add simple-import-sort plugin in `eslint.cjs`.\n\n```\n    plugins: [..., 'simple-import-sort']\n```\n\n4. To enable auto import sort on file save in vscode\n\n   - Open `settings.json`\n   - add the following config\n\n```\n    \"editor.codeActionsOnSave\": {\n        \"source.fixAll.eslint\": true\n    }\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchinmaykaitade%2Flms-frontend-react-ineuron","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchinmaykaitade%2Flms-frontend-react-ineuron","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchinmaykaitade%2Flms-frontend-react-ineuron/lists"}