Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codaxy/dashboards
Drag & drop dashboard builder!
https://github.com/codaxy/dashboards
cxjs dashboard drag-and-drop firebase
Last synced: 1 day ago
JSON representation
Drag & drop dashboard builder!
- Host: GitHub
- URL: https://github.com/codaxy/dashboards
- Owner: codaxy
- License: mit
- Created: 2017-08-16T12:15:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-08T11:06:22.000Z (about 7 years ago)
- Last Synced: 2025-02-06T18:18:32.939Z (4 days ago)
- Topics: cxjs, dashboard, drag-and-drop, firebase
- Language: JavaScript
- Homepage: https://dashboards.cxjs.io
- Size: 328 KB
- Stars: 114
- Watchers: 7
- Forks: 18
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Dashboards
This application allows you to build personalized dashboards using drag & drop. Dashboards consists out of widgets
that are placed on the board. Widgets are simple to implement, so anyone can build a widget for his own dashboard.### Technology Stack
Front-end:
* [CxJS](https://cxjs.io)
* [React](https://facebook.github.io/react/)
* [Babel](https://babeljs.io/)
* [webpack](https://webpack.js.org/)Back-end:
* [Firebase](https://firebase.google.com/)Experimental browser features:
* [`display: grid`](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout)
* [`IntersectionObserver`](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API)These features are not yet fully supported in all browsers.
### Getting Started
Clone the repository and install packages using `yarn install` or `npm install`.
To start the application on your machine, run:
```
npm start
```To build the application for deployment, run:
```
npm run build
```### Contributing
PRs are welcome, especially for new widgets. Widgets are defined inside the `app/widgets` folder
and that is probably the best place to start experimenting with the app.### Deployment
The `master` branch is continuously deployed to [dashboards.cxjs.io](https://dashboards.cxjs.io)
using [Netlify](https://www.netlify.com/).### License
Code of this project is licensed under MIT License, however, please note that [CxJS](https://cxjs.io) is free
for non-commercial projects only.