An open API service indexing awesome lists of open source software.

https://github.com/mwapsam/shoppaz-dashboard


https://github.com/mwapsam/shoppaz-dashboard

Last synced: 3 months ago
JSON representation

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
```