{"id":28794068,"url":"https://github.com/shahalam22/admin-panel","last_synced_at":"2026-04-13T19:32:47.448Z","repository":{"id":246318137,"uuid":"819704974","full_name":"shahalam22/admin-panel","owner":"shahalam22","description":"This is a custom admin panel based on React JS. I used SASS for the styling. Using this an admin can oversee all the activities of his/her in a graphical way. An admin also can operate CRUD operation on users, products, orders and posts. Users can update their profile and make posts. Inspiration took from Safak.","archived":false,"fork":false,"pushed_at":"2025-04-19T05:30:48.000Z","size":103,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-23T16:40:48.167Z","etag":null,"topics":["expressjs","javascript","mui-material","react-query","react-router","reactjs","recharts","sass","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/shahalam22.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":"2024-06-25T03:36:46.000Z","updated_at":"2025-04-19T05:30:52.000Z","dependencies_parsed_at":"2024-06-27T06:09:37.187Z","dependency_job_id":"2a2ed947-db3b-4aaf-b5c0-ba0bb048a9e3","html_url":"https://github.com/shahalam22/admin-panel","commit_stats":null,"previous_names":["shahalam22/admin-panel"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shahalam22/admin-panel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahalam22%2Fadmin-panel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahalam22%2Fadmin-panel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahalam22%2Fadmin-panel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahalam22%2Fadmin-panel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shahalam22","download_url":"https://codeload.github.com/shahalam22/admin-panel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahalam22%2Fadmin-panel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31768637,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"last_error":"SSL_read: 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":["expressjs","javascript","mui-material","react-query","react-router","reactjs","recharts","sass","typescript"],"created_at":"2025-06-18T02:04:20.419Z","updated_at":"2026-04-13T19:32:47.433Z","avatar_url":"https://github.com/shahalam22.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Admin Panel\n\nThis is a custom admin panel built with React JS and SASS, inspired by Safak from Lama Dev. It provides a graphical interface for admins to manage users, products, orders, and posts, as well as perform CRUD operations. Users can also update their profiles and create posts.\n\n## Table of Contents\n\n- [Features](#features)\n- [Technologies Used](#technologies-used)\n- [Installation](#installation)\n- [Running the Application](#running-the-application)\n- [Deployment](#deployment)\n- [Contributing](#contributing)\n- [Credits](#credits)\n\n## Features\n\n- **Graphical Overview**: Admins can oversee all activities in a visual and intuitive way.\n- **CRUD Operations**: Admins can create, read, update, and delete users, products, orders, and posts.\n- **User Management**: Users can update their profiles and create posts.\n\n## Technologies Used\n\n| Technology | Purpose |\n| --- | --- |\n| React JS | Building the user interface |\n| SASS | Styling the components |\n| TypeScript | Ensuring type safety in the codebase |\n| Vite | Fast development and building of the application |\n| ESLint | Code linting with plugins: \u003cbr\u003e - eslint-plugin-react \u003cbr\u003e - @typescript-eslint/recommended-type-checked \u003cbr\u003e - @typescript-eslint/strict-type-checked (optional) \u003cbr\u003e - @typescript-eslint/stylistic-type-checked (optional) |\n\n*Note: Verify the exact ESLint configuration in the project's codebase because did some modification later*\n\n## Installation\n\nTo set up the project locally, follow these steps:\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/shahalam22/admin-panel.git\n   ```\n\n2. Navigate to the project directory:\n\n   ```bash\n   cd admin-panel\n   ```\n\n3. Install dependencies:\n\n   ```bash\n   npm install\n   ```\n\n   or\n\n   ```bash\n   yarn install\n   ```\n\n*Note: You may need to configure environment variables for API connections if the panel interacts with a backend server.*\n\n## Running the Application\n\nTo start the development server:\n\n```bash\nnpm run dev\n```\n\nor\n\n```bash\nyarn dev\n```\n\nAccess the application at [http://localhost:5173](http://localhost:5173) (Vite's default port).\n\n## Deployment\n\nThis project can be deployed on platforms that support static sites or frontend applications, such as:\n\n- [Vercel](https://vercel.com/)\n- [Netlify](https://www.netlify.com/)\n- [GitHub Pages](https://pages.github.com/)\n\nTo deploy:\n\n1. Build the project:\n\n   ```bash\n   npm run build\n   ```\n\n   or\n\n   ```bash\n   yarn build\n   ```\n\n2. Follow the deployment instructions for your chosen platform.\n\n## Contributing\n\nContributions are welcome! To contribute:\n\n1. Fork the repository.\n2. Make your changes.\n3. Submit a pull request.\n\nPlease follow best practices for coding and documentation when contributing.\n\n*Note: If no LICENSE file exists, consider adding one.*\n\n## Credits\n\nThis project was inspired by Safak from [Lama Dev](https://blog.lama.dev/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshahalam22%2Fadmin-panel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshahalam22%2Fadmin-panel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshahalam22%2Fadmin-panel/lists"}