Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DesignRevision/shards-dashboard-react
⚛️A free and beautiful React admin dashboard template pack.
https://github.com/DesignRevision/shards-dashboard-react
admin admin-dashboard admin-panel admin-template admin-ui design-system react reactjs shards-ui
Last synced: 17 days ago
JSON representation
⚛️A free and beautiful React admin dashboard template pack.
- Host: GitHub
- URL: https://github.com/DesignRevision/shards-dashboard-react
- Owner: DesignRevision
- Created: 2019-01-07T16:56:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T19:22:39.000Z (almost 2 years ago)
- Last Synced: 2024-10-16T04:41:25.815Z (26 days ago)
- Topics: admin, admin-dashboard, admin-panel, admin-template, admin-ui, design-system, react, reactjs, shards-ui
- Language: JavaScript
- Homepage: https://designrevision.com/downloads/shards-dashboard-lite-react/
- Size: 4.81 MB
- Stars: 1,708
- Watchers: 29
- Forks: 500
- Open Issues: 55
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
Shards Dashboard React
A free React admin dashboard template pack featuring a modern design system
and lots of custom templates and components.
> ✨ **Note:** You can download the Sketch files from the official product page.
### Quick Start
* Install dependencies by running `yarn` or `npm install`.
* Run `yarn start` or `npm run start` to start the local development server.
* 😎 **That's it!** You're ready to start building awesome dashboards.
### Project Structure
- This project is bootstrapped using [Create React App](https://github.com/facebook/create-react-app).
- **Flux** is used for state management and all Flux specific files are located inside `src/flux`. Transitioning to a more robust solution such as Redux is also fairly simple.
- All primary templates are located inside `src/views`.
- There is only one single layout defined (Default) inside `src/layouts`, however, the current structure provides an easy way of extending the UI kit.
- The `src/components` directory hosts all template-specific subcomponents in their own subdirectory.
- The layout styles inherited from Shards Dashboard are pulled in from the `src/shards-dashboard` submodule inside `src/App.js`.
- Other extra styles specific to the libraries used are located inside `src/assets`.
- The `src/utils` directory contains generic Chart.js utilities.
### Available Scripts
### `npm start`
Runs the app in the development mode.
### `npm test`
Launches the test runner in the interactive watch mode.
### `npm run build`
Builds the app for production to the `build` folder.
### `npm run eject`
**Note: this is a one-way operation. Once you `eject`, you can’t go back!**
If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
### 🌟 Pro Version
If you're looking for something more, check out [Shards Dashboard Pro React](https://designrevision.com/downloads/shards-dashboard-pro-react/) which features many more custom templates and components. Use the `GITHUB15` coupon code for a **15% discount off the current price**.
### Built using
- [Shards React](https://github.com/designrevision/shards-react)
- [Chart.js](https://www.chartjs.org/)
- [Flux](https://facebook.github.io/flux/)
- [No UI Slider](https://refreshless.com/nouislider/)
- [React Datepicker](https://www.npmjs.com/package/react-datepicker)
- [Quill](https://quilljs.com/)
### Changelog
Please check out the [CHANGELOG](CHANGELOG.md).