An open API service indexing awesome lists of open source software.

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

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`