https://github.com/mwapsam/shoppaz-dashboard
https://github.com/mwapsam/shoppaz-dashboard
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mwapsam/shoppaz-dashboard
- Owner: Mwapsam
- License: mit
- Created: 2024-03-08T15:01:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-13T10:12:57.000Z (about 1 year ago)
- Last Synced: 2025-01-17T10:12:59.442Z (4 months ago)
- Language: JavaScript
- Homepage: https://shoppaz-dashboard.vercel.app
- Size: 1.88 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
```
dashboard
├── public
│ ├── css
│ └── img
├── src
│ ├── configs
│ ├── context
│ ├── data
│ ├── layouts
│ ├── pages
│ ├── widgets
│ ├── App.jsx
│ ├── main.jsx
│ └── routes.jsx
├── .gitignore
├── CHANGELOG.md
├── index.html
├── ISSUE_TEMPLATE.md
├── jsconfig.json
├── LICENSE
├── package.json
├── postcsss.config.cjs
├── prettier.config.cjs
├── README.md
├── tailwind.config.cjs
└── vite.config.js
```