{"id":27106996,"url":"https://github.com/santhoshpandi/datrix-dashboard-react","last_synced_at":"2025-04-06T20:19:50.099Z","repository":{"id":270933069,"uuid":"903715797","full_name":"santhoshpandi/Datrix-Dashboard-React","owner":"santhoshpandi","description":"React modern responsive dashboard template built using React, Tailwind CSS, and Vite.It is designed to be a starting point for building customizable admin dashboards and other web applications.","archived":false,"fork":false,"pushed_at":"2025-02-22T16:31:00.000Z","size":1712,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T17:28:39.359Z","etag":null,"topics":["admin-template","dashboard-templates","mini-project","react","react-template","react-website","responsive","responsive-website","tailwindcss","vite","website"],"latest_commit_sha":null,"homepage":"https://santhoshpandi.github.io/Datrix-Dashboard-React/","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/santhoshpandi.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-12-15T11:28:14.000Z","updated_at":"2025-02-22T16:29:56.000Z","dependencies_parsed_at":"2025-01-04T06:29:21.037Z","dependency_job_id":"c50d71b0-687f-4fd9-b511-b9905751c818","html_url":"https://github.com/santhoshpandi/Datrix-Dashboard-React","commit_stats":null,"previous_names":["santhoshpandi/datrix-dashboard-react"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santhoshpandi%2FDatrix-Dashboard-React","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santhoshpandi%2FDatrix-Dashboard-React/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santhoshpandi%2FDatrix-Dashboard-React/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santhoshpandi%2FDatrix-Dashboard-React/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/santhoshpandi","download_url":"https://codeload.github.com/santhoshpandi/Datrix-Dashboard-React/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247543900,"owners_count":20955914,"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":["admin-template","dashboard-templates","mini-project","react","react-template","react-website","responsive","responsive-website","tailwindcss","vite","website"],"created_at":"2025-04-06T20:19:49.577Z","updated_at":"2025-04-06T20:19:50.082Z","avatar_url":"https://github.com/santhoshpandi.png","language":"JavaScript","readme":"# React Dashboard Template\n\nThis is a modern, responsive dashboard template built using `React`, `Context API`, `Tailwind CSS`, and `Vite`. The dashboard includes a sliding navigation bar with different sections, a dark mode toggle, responsive design, and several chart components. It is designed to be a starting point for building customizable admin dashboards and other web applications.\n\n## Developed by\n\n- `Santhosh Pandi` -- **Live Preview** https://santhoshpandi.github.io/Datrix-Dashboard-React/\n\n## Screenshots\n![image](https://github.com/user-attachments/assets/134a5624-6485-4c9f-ba68-e66e52e3e1b3)\n\n![image](https://github.com/user-attachments/assets/351d9ffc-5384-46c4-9b0d-24e33901a6ab)\n\n![image](https://github.com/user-attachments/assets/3d96c0e2-cfe6-4c69-9d3f-27aa647be7a4)\n\n![image](https://github.com/user-attachments/assets/1fd7f1b2-c9d9-4974-8694-fe92dad5e154)\n![image](https://github.com/user-attachments/assets/33bda19c-0502-4d1f-8579-b692c77cd599)\n\n\n\n## Features\n\n- **Separated Navigation Bar**: Includes side navigation with animated sliding effect, which is also customizable by `js` file. Sections include:\n  - **Home**\n  - **Trends**\n  - **Layout** (Computer, Tablet, Mobile, etc.)\n  - **Plans** (Basic, Advanced, Pro, etc.)\n\n- **State Management**: \u003cb\u003eContext API\u003c/b\u003e is used for State Management like (theme, slidingMenu, slidingNavBar etc.). Here we have created a state `useSlide`\n\n- **Routing**: Each navigation item routes to its corresponding component for dynamic content display.\n\n- **Responsive Design**: The layout adjusts to different screen sizes, ensuring the dashboard looks great on both desktop and mobile devices.\n\n- **Dark Mode**: A toggle to switch between dark and light modes for better accessibility.\n\n- **Charts**: Integrated with chart components for data visualization, suitable for analytics dashboards.\n\n- **Customizable Components**: Easily customizable components to fit various use cases.\n\n- **Customized 404 Page**: A custom 404 page is included to handle \"not found\" errors gracefully, improving the user experience when navigating to non-existent routes.\n\n## Technologies Used\n\n- **React**: For building the UI components and managing the application state.\n- **Tailwind CSS**: For utility-first styling and responsive design.\n- **Vite**: A fast and optimized build tool for React applications.\n\n## Getting Started\n\n### Prerequisites\n\nMake sure you have the following installed on your system:\n\n- **Node.js**: Version 14 or higher\n- **npm**: Version 6 or higher\n- **Git**: Version 6 or higher\n\n### Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/santhoshpandi/Datrix-Dashboard-React.git\n   ```\n\n2. Navigate to the project directory:\n   ```bash\n   cd Datrix-Dashboard-React\n   ```\n\n3. Install the dependencies:\n   ```bash\n   npm install\n   ```\n\n4. Start the Development server:\n   ```bash\n   npm run dev\n   ```\n\nThe dashboard will be available at http://localhost:5173\n\n## File Structure\n\n  \n    /public\n    ├── index.html                 # Main HTML file\n    /src\n      ├── assets                   # Images, icons, etc.\n      ├── components/              # Reusable UI components like Navbar, Sidebar, etc.\n      ├── contexts/                # Context API for State Management\n      ├── views/                   # Different pages like Home, Trends, Layout, etc.\n      ├── App.jsx                  # Main React app component\n      ├── main.jsx                 # Entry point for React\n      ├── nav.js                   # Consist of Data about the NavItem and its path\n      ├── routes.js                # Consist of Routes of Components\n      ├── index.css                # Tailwind configuration and custom styles\n      ├── App.css                  # Tailwind custom styles\n    /tailwind.config.js            # Tailwind configuration\n    /vite.config.js                # Vite configuration\n    /package.json                  # Project dependencies and scripts\n    \n\n### Usage\n\n- **Navigation Bar**: Click on different navigation items (like Home, Trends, Layout, etc.) to navigate to different sections of the dashboard.\n- **Dark Mode Toggle**: The dark mode can be toggled by clicking the switch in the top-right corner of the dashboard. The theme will persist across page reloads.\n- **Charts**: Use the pre-built chart components to display data, or customize them according to your needs.\n\n## Customization\n\nYou can easily customize the look and feel of the dashboard by:\n\n- **Modifying the `tailwind.config.js` file**: Adjust Tailwind's design system by extending or overriding default configurations such as colors, fonts, breakpoints, etc.\n  \n- **Customizing the components and pages**: Modify or add components in the `/src/components` folder and pages in the `/src/pages` folder to change the layout, add new sections, or update existing content.\n\n- **Adding more charts or data visualizations**: You can integrate additional chart libraries like **Chart.js** or **Recharts** for more advanced data visualization features. Simply install the required libraries and update the chart components.\n\n## Acknowledgments\n\n- **Tailwind CSS**: A utility-first CSS framework for rapid UI development.\n- **Vite**: An extremely fast build tool for modern web projects.\n- **React**: A JavaScript library for building user interfaces.\n- **Context API**: A Built-in method in react used for State Management.\n- **Chart.js**: For displaying interactive charts.\n\n  \n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanthoshpandi%2Fdatrix-dashboard-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsanthoshpandi%2Fdatrix-dashboard-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanthoshpandi%2Fdatrix-dashboard-react/lists"}