ghazall-ag 51e9d7e656 edit readme
2025-10-23 22:58:19 +03:30
2025-10-23 21:52:07 +03:30
2025-10-23 21:52:07 +03:30
2025-10-23 21:52:07 +03:30
2025-10-23 21:52:07 +03:30
2025-10-23 21:52:07 +03:30
2025-10-23 21:52:07 +03:30
2025-10-23 21:52:07 +03:30
2025-10-23 22:58:19 +03:30
2025-10-23 21:52:07 +03:30
2025-10-23 21:52:07 +03:30

For testing purposes, you can use these demo credentials:

Project Structure

├── components/ │ ├── Navbar.jsx # Top navigation with dark mode toggle │ ├── Sidebar.jsx # Collapsible sidebar navigation │ └── DataTable.jsx # Reusable table component ├── pages/ │ ├── Dashboard.jsx # Main dashboard with stats and charts │ ├── Transactions.jsx # Payment transactions table │ ├── Settings.jsx # Configuration settings │ └── Login.jsx # Authentication page ├── context/ │ └── AuthContext.jsx # Authentication state management ├── services/ │ └── api.js # Axios configuration and API calls ├── App.jsx # Main app component with routing ├── main.jsx # App entry point └── index.css # TailwindCSS imports and custom styles


Description
No description provided
Readme 23 MiB
Languages
JavaScript 97.4%
CSS 2.1%
HTML 0.5%