{"id":29870210,"url":"https://github.com/reputed-artist/adminlte-template-converted-to-react-code","last_synced_at":"2026-04-19T17:01:20.229Z","repository":{"id":301903752,"uuid":"1010622440","full_name":"reputed-artist/Adminlte-template-converted-to-React-code","owner":"reputed-artist","description":"Converted AdminLte template to React js code to support Developer community","archived":false,"fork":false,"pushed_at":"2025-06-29T14:14:42.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-29T14:34:53.380Z","etag":null,"topics":["adminlte","adminlte-dashboard-template","adminlte-template","community","developer","html-to-react","react","react-template","react-template-free","react-templates","reactjs","reactjs-components","reactjs-demo","reactjs-project","reactjs-template","reactjs-ui","support"],"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/reputed-artist.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-06-29T13:18:35.000Z","updated_at":"2025-06-29T14:20:17.000Z","dependencies_parsed_at":"2025-06-29T14:45:32.243Z","dependency_job_id":null,"html_url":"https://github.com/reputed-artist/Adminlte-template-converted-to-React-code","commit_stats":null,"previous_names":["reputed-artist/adminlte-template-converted-to-react-code"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/reputed-artist/Adminlte-template-converted-to-React-code","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reputed-artist%2FAdminlte-template-converted-to-React-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reputed-artist%2FAdminlte-template-converted-to-React-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reputed-artist%2FAdminlte-template-converted-to-React-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reputed-artist%2FAdminlte-template-converted-to-React-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reputed-artist","download_url":"https://codeload.github.com/reputed-artist/Adminlte-template-converted-to-React-code/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reputed-artist%2FAdminlte-template-converted-to-React-code/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267912688,"owners_count":24164512,"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-07-30T02:00:09.044Z","response_time":70,"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":["adminlte","adminlte-dashboard-template","adminlte-template","community","developer","html-to-react","react","react-template","react-template-free","react-templates","reactjs","reactjs-components","reactjs-demo","reactjs-project","reactjs-template","reactjs-ui","support"],"created_at":"2025-07-30T17:46:05.982Z","updated_at":"2026-04-19T17:01:20.105Z","avatar_url":"https://github.com/reputed-artist.png","language":"JavaScript","readme":"# AdminLTE Template Converted to React\n\nA React-based frontend implementation of the popular [AdminLTE](https://adminlte.io/) dashboard template.\n\nThis project transforms the AdminLTE UI components into reusable React components, enabling rapid development of admin panels, dashboards, or CRM-style UIs using modern frontend tools.\n\n---\n\n## 🛠️ Tech Stack\n\n- ⚛️ React (CRA)\n- 💅 Bootstrap 3 (via AdminLTE)\n- 📊 Chart.js \u0026 Morris.js (manually integrated)\n- 🎨 Font Awesome Icons\n- 📁 React Router (for page routing)\n\n---\n\n### 📦 Installation Steps\n\n1. **Clone the repository**:\n   ```sh\n   git clone https://github.com/reputed-artist/Adminlte-template-converted-to-React-code.git\n   cd Adminlte-template-converted-to-React-code\n   ```\n2. **Install dependencies**:\n   ```sh\n   npm install\n   ```\n3. **Run Project**\n   ```sh\n   npm start\n   ```\n\n## 🎨 Features\n\n- ✅ AdminLTE v2 converted to React\n- ✅ Bootstrap 3 + Font Awesome\n- ✅ Chart.js \u0026 Morris.js (no React wrappers used)\n- ✅ Full UI \u0026 layout demos (boxed, fixed, collapsed)\n- ✅ Mailbox UI\n- ✅ Legacy chart rendering using jQuery (useEffect)\n- ✅ Pages mimic AdminLTE examples (profile, login, register, etc.)\n\n\n## 📁 Project Structure\n\n Adminlte-template-converted-to-React-code/\n```sh\n├── public/\n│ ├── bower_components/ # Original AdminLTE dependencies\n│ ├── build/ # Compiled build assets\n│ ├── dist/ # AdminLTE dist files (CSS, JS)\n│ ├── plugins/ # jQuery/Bootstrap plugins (Chart.js, Morris, etc.)\n│ └── index.html # Main template with script tags\n│\n├── src/\n│ ├── components/ # Shared UI components (Navbar, Sidebar, Footer, etc.)\n│ ├── pages/ # Page groups by feature\n│ │ ├── ui/ # Buttons, Sliders, Modals...\n│ │ ├── examples/ # Profile, Login, Register...\n│ │ ├── charts/ # Chart.js \u0026 Morris.js demos\n│ │ ├── forms/ # Form components\n│ │ ├── layout/ # Grid and boxed layout examples\n│ │ ├── tables/ # Simple \u0026 advanced tables\n│ │ └── mailbox/ # Inbox, Compose, Read Mail\n│ ├── App.js # App routing \u0026 layout wrapper\n│ └── index.js # React entry point\n│\n├── .gitignore # node_modules, .env, build, etc.\n├── package.json # NPM dependencies and scripts\n└── README.md # This file\n```\n\n## 🙌 Acknowledgements\n\nAdminLTE — Free Bootstrap Admin Theme\nReact\nChart.js\nMorris.js\nBootstrap\nFont Awesome\njQuery\n\n## 📜 License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n## 🤝 Contributing\n\nFeel free to **fork** the repository and submit **pull requests** to enhance functionality or fix issues.\n\n## 📞 Contact\n\nFor support or inquiries, reach out via **GitHub Issues** or email **[********[tejaschavda2020@gmail.com](mailto\\:tejaschavda2020@gmail.com)********]**.\n\n---\n\n*Developed with ❤️ by Reputed-Artist.*\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freputed-artist%2Fadminlte-template-converted-to-react-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freputed-artist%2Fadminlte-template-converted-to-react-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freputed-artist%2Fadminlte-template-converted-to-react-code/lists"}