All Projects → vaclav-zeman → Dashboard React Template

vaclav-zeman / Dashboard React Template

Licence: other
[DEPRECATED] Dashboard admin template made with React.js, Redux, Babel etc.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Dashboard React Template

Pivot Kibana
Flexmonster Pivot plugin for Kibana
Stars: ✭ 58 (-19.44%)
Mutual labels:  dashboard
Sensu Grid
A sensu dashboard built for the "big" screen...
Stars: ✭ 62 (-13.89%)
Mutual labels:  dashboard
Adminlte
Pi-hole Dashboard for stats and more
Stars: ✭ 1,155 (+1504.17%)
Mutual labels:  dashboard
Vultrdash
Vultr self-hosted dashboard.
Stars: ✭ 59 (-18.06%)
Mutual labels:  dashboard
Spring Boot Actuator Demo
Spring Boot Actuator: Health Check, Metrics Gathering, Auditing, and Monitoring
Stars: ✭ 61 (-15.28%)
Mutual labels:  dashboard
Dashboard Extension Online Map Item
⛔ DEPRECATED. This project was moved to a new repository. Visit https://github.com/DevExpress/dashboard-extensions to find an updated version.
Stars: ✭ 65 (-9.72%)
Mutual labels:  dashboard
Gpuview
A lightweight web dashboard for monitoring GPU usage
Stars: ✭ 57 (-20.83%)
Mutual labels:  dashboard
Vmdash
A Cloud (vm) Dashboard that allows you to interact with multiple providers from a single panel
Stars: ✭ 71 (-1.39%)
Mutual labels:  dashboard
Dashboard Extension Webpage Item
⛔ DEPRECATED. This project was moved to a new repository. Visit https://github.com/DevExpress/dashboard-extensions to find an updated version.
Stars: ✭ 62 (-13.89%)
Mutual labels:  dashboard
Tabix
Tabix.io UI
Stars: ✭ 1,152 (+1500%)
Mutual labels:  dashboard
Starhub
All about your Github account, public and private activity, watch stars, followers and much more.
Stars: ✭ 60 (-16.67%)
Mutual labels:  dashboard
Kubedev
A simpler and more powerful Kubernetes Dashboard
Stars: ✭ 62 (-13.89%)
Mutual labels:  dashboard
Thingsboard
Open-source IoT Platform - Device management, data collection, processing and visualization.
Stars: ✭ 10,526 (+14519.44%)
Mutual labels:  dashboard
Antd Admin
An excellent front-end solution for enterprise applications built upon Ant Design and UmiJS
Stars: ✭ 8,678 (+11952.78%)
Mutual labels:  dashboard
Dashboard
Customizable personal dashboard and startpage
Stars: ✭ 70 (-2.78%)
Mutual labels:  dashboard
Candybar
Dashboard for Android Icon Packs. Supported by the community.
Stars: ✭ 58 (-19.44%)
Mutual labels:  dashboard
Foobugs Dashboard
various dashing dashboard jobs
Stars: ✭ 64 (-11.11%)
Mutual labels:  dashboard
Circlerangeview
自定义圆形仪表盘View,适合根据数值显示不同等级范围的场景
Stars: ✭ 71 (-1.39%)
Mutual labels:  dashboard
Fizzygum
a new web framework, an entire platform really, designed from the ground up to handle complex things easily. Put the power of an entire Operating System at your fingertips.
Stars: ✭ 70 (-2.78%)
Mutual labels:  dashboard
Dashboard.io
Un dashboard pour bot Discord
Stars: ✭ 67 (-6.94%)
Mutual labels:  dashboard

[WIP] Administration dashboard template in React

This is an administration dashboard template made with React.js in ES6 JavaScript (using Babel as transpiler). That means there are reusable components and one-way reactive data flow is already implemented.

Screenshot of the template

Libraries

- React.js
- Redux
- react-router
- Babel - ES6/ES2015 transpiler 
- Sass loader, Autoprefixer
- Lodash - utility library
- Webpack - module bundler
- ESLint - JS linter
- Browsersync - used as a server
- Mocha - tests
- Font awesome - icon font
- Bootstrap (only the grid)

Run

Node.js is necessary to be installed.

git clone https://github.com/vaclav-zeman/dashboard-react-template.git dashboard-template
cd dashboard-template
npm install
npm start

The template skeleton comes from React Slingshot.

If you experience any trouble running the app, please look at the link above before asking here.

TODOs

This template is still work in progress. There are many things to be done such as:

  • add tests
  • test support on older browsers
  • add more UI elements - tooltips, user popover, buttons, more meaningful boxes to the dashboard
  • add Quick Settings box content
  • add optional action buttons to the DataTable
  • add UI responsiveness
  • refactor forms to be modular (make fields components etc.)
  • add form validation
  • edit data flow to match current best practices
  • ...
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].