Skip to content

🗺️ Dashboard

The code related to the dashboard is stored in apps/dashboard.

File Structure

dashboard
├── src → contains the source code
│ ├── compontens → contains the components
│ │ ├── Editor → contains the [Rich-Text Editor](editor)
│ │ └── ui → contains the UI components
│ ├── context → contains the [State Management](state-management)
│ ├── layouts → contains the main UI layout for all views
│ ├── utilities → contains helper functions
│ └── views → contains the views