https://github.com/leonelgalan/dashboard
A sample dashboard built on React
https://github.com/leonelgalan/dashboard
concept dashboard react react-router redux
Last synced: about 1 year ago
JSON representation
A sample dashboard built on React
- Host: GitHub
- URL: https://github.com/leonelgalan/dashboard
- Owner: leonelgalan
- Created: 2020-01-02T16:45:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-07T23:05:40.000Z (almost 3 years ago)
- Last Synced: 2025-04-05T16:32:25.589Z (about 1 year ago)
- Topics: concept, dashboard, react, react-router, redux
- Language: JavaScript
- Homepage: https://leonelgalan.github.io/dashboard/
- Size: 2.85 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This dashboard-like app is built as a proof of concept for the following technologies/concepts:
- [x] [React](https://reactjs.org/), the easiest way: [`create-react-app`](https://github.com/facebook/create-react-app)
- [x] Airbnb [ESLint](https://eslint.org/) configuration: [`eslint-config-airbnb`](https://www.npmjs.com/package/eslint-config-airbnb).
- [x] React Router V5: [`react-router`](https://github.com/ReactTraining/react-router)
- [x] [stylelint](https://stylelint.io/) [standard](https://github.com/stylelint/stylelint-config-standard) configuration
- [x] Style with [Bootstrap](https://getbootstrap.com/).
- [x] [Redux](https://redux.js.org/): Keep common filter values across pages.
## Tools
- ESLint
- Lint and fix the entire project: `yarn lint:fix`
- StyleLint
- Lint and fix the entire project: `yarn stylelint:fix`