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

https://github.com/codeslator/foodwize

FOODWIZE backup repo.
https://github.com/codeslator/foodwize

Last synced: 7 months ago
JSON representation

FOODWIZE backup repo.

Awesome Lists containing this project

README

          

# foodwize-saas-cms

## Foodwize SAAS CMS with React + TypeScript + Vite

### Directory Structure Example

```
/src
/assets
/components
/Button
index.tsx
style.css
useSpecialLogicForButton.js
/config
/router
/navigator
/i18
/translations
dashboard.json
/containers
AdminSettings.tsx
/layout
SideBar.tsx
/services
SomeService.js
/store
index.js
/utils
/hooks
useAxios.js
/validations
/functions
/etc
/views
AdminSettingsView.tsx
```