This example include 4 pages which are HomePage, DashBoard, Schedule, and Rooms. The state management library is Redux. The backend system is Realtime database of firebase.
- [HomePage]
- [DashBoard]
- [Schedule]
- [Rooms]
Within the download you'll find the following directories and files:
├── CHANGELOG.md
├── ISSUE_TEMPLATE.md
├── LICENSE.md
├── README.md
├── docs
│ └── documentation.html
├── jsconfig.json
├── package.json
├── public
│ ├── favicon.ico
│ ├── index.html
│ └── manifest.json
└── src
├── index.js
├── routes.js
├── components
│ ├── FixedPlugin
│ │ └── FixedPlugin.js
│ ├── Footer
│ │ └── Footer.js
│ ├── Navbars
│ │ └── DemoNavbar.js
│ └── Sidebar
│ └── Sidebar.js
├── layouts
│ └── Admin.js
├── redux
│ ├── ruducers
│ │ ├── index.js
│ │ └── todos.js
│ ├── actions.js
│ ├── actionTypes.js
│ ├── selectors.js
│ └── store.js
├── variables
│ ├── charts.js
│ ├── general.js
│ └── icons.js
├── views
│ ├── Dashboard.js
│ ├── Rooms.js
│ ├── Schedule.js
│ └── HomePage.js
└── assets
├── css
│ ├── paper-dashboard.css
│ ├── paper-dashboard.css.map
│ └── paper-dashboard.min.css
├── demo
├── fonts
├── github
├── img
│ └── faces
└── scss
├── paper-dashboard
│ ├── cards
│ ├── mixins
│ ├── plugins
│ └── react
│ ├── custom
│ └── react-differences.scss
└── paper-dashboard.scss