Skip to content

interlinx-kr/agro-dashboard

 
 

Repository files navigation

AgroMonitoring Dashboard

Based on Black Dashboard PRO React Tweet

version

Table of Contents

Demo

Dashboard User Profile Tables Maps Notification
Start page User profile page Tables page Maps Page Notification page

View More.

Quick start

npm install

npm start

Documentation

The documentation for the Black Dashboard PRO React is hosted at the website.

File Structure

Within the download you'll find the following directories and files:

black-dashboad-pro-react
.
├── CHANGELOG.md
├── README.md
├── package.json
├── Documentation
│   └── documentation.html
├── public
│   └── index.html
└── src
    ├── App.js
    ├── index.js
    ├── reducer.js
    ├── routes.js
    ├── store.js
    ├── logo.svg
    ├── assets
    │   ├── css
    │   ├── demo
    │   ├── fonts
    │   ├── img
    │   └── scss
    │       ├── black-dashboard-pro-react
    │       │   ├── bootstrap
    │       │   │   ├── mixins
    │       │   │   └── utilities
    │       │   ├── custom
    │       │   │   ├── cards
    │       │   │   ├── mixins
    │       │   │   ├── utilities
    │       │   │   └── vendor
    │       │   └── react
    │       │       └── plugins
    │       │── agro-styles.scss
    │       └── black-dashboard-pro-react.scss
    ├── components
    │   ├── CustomUpload
    │   │   └── ImageUpload.jsx
    │   ├── FixedPlugin
    │   │   └── FixedPlugin.jsx
    │   ├── Footer
    │   │   └── Footer.jsx
    │   ├── Navbars
    │   │   ├── AdminNavbar.jsx
    │   │   ├── AuthNavbar.jsx
    │   │   └── RTLNavbar.jsx
    │   ├── Sidebar
    │   │   └── Sidebar.jsx
    │   └── SortingTable
    │       └── SortingTable.jsx
    ├── features (Redux)
    │
    ├── layouts
    │   ├── Admin
    │   │   └── Admin.jsx
    │   ├── Auth
    │   │   └── Auth.jsx
    │   └── RTL
    │       └── RTL.jsx
    ├── services (api)
    ├── variables
    │   ├── charts.jsx
    │   ├── general.jsx
    │   └── icons.jsx
    ├── utils
    └── views
        ├── agro-components
        ├── charts
        ├── components
        │   ├── Buttons.jsx
        │   ├── Grid.jsx
        │   ├── Icons.jsx
        │   ├── Notifications.jsx
        │   ├── Panels.jsx
        │   ├── SweetAlert.jsx
        │   └── Typography.jsx
        ├── forms
        │   ├── ExtendedForms.jsx
        │   ├── RegularForms.jsx
        │   ├── ValidationForms.jsx
        │   ├── Wizard.jsx
        │   └── WizardSteps
        │       ├── Step1.jsx
        │       ├── Step2.jsx
        │       └── Step3.jsx
        ├── info
        ├── maps
        │   ├── FullScreenMap.jsx
        │   ├── GoogleMaps.jsx
        │   └── VectorMap.jsx
        ├── old-views
            ├── Calendar.jsx
            ├── Charts.jsx
            ├── Dashboard.jsx
            ├── Widgets.jsx
        ├── owm-icons   
        ├── pages
        │   ├── Lock.jsx
        │   ├── Login.jsx
        │   ├── Pricing.jsx
        │   ├── Register.jsx
        │   ├── Rtl.jsx
        │   ├── Timeline.jsx
        │   └── User.jsx
        ├── small-cards
        └── tables
            ├── ExtendedTables.jsx
            ├── ReactTables.jsx
            └── RegularTables.jsx

About

Openweather's AgroMonitoring Dashboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 43.7%
  • CSS 40.0%
  • SCSS 16.1%
  • Other 0.2%