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

https://github.com/webveli/webveli-material-dashboard-react

Webveli is a platform designed to share innovative website concepts globally. It provides an easy-to-use interface for users to explore, interact, and showcase their ideas, promoting creativity and collaboration across the digital space. Features: Global concept sharing. Seamless user
https://github.com/webveli/webveli-material-dashboard-react

css html javscript npm npm-module python sql

Last synced: 2 months ago
JSON representation

Webveli is a platform designed to share innovative website concepts globally. It provides an easy-to-use interface for users to explore, interact, and showcase their ideas, promoting creativity and collaboration across the digital space. Features: Global concept sharing. Seamless user

Awesome Lists containing this project

README

          

# [Material Dashboard React - Free Material-UI Design Admin](https://creativetimofficial.github.io/material-dashboard-react/)
[![version][version-badge]][CHANGELOG] [![license][license-badge]][LICENSE]

Material Dashboard React is a free Material-UI Admin with a fresh, new design inspired by Google's Material Design. We are very excited to introduce our take on the material concepts through an easy to use and beautiful set of components. Material Dashboard React was built over the popular Material-UI framework.

Material Dashboard React makes use of light, surface and movement. The general layout resembles sheets of paper following multiple different layers, so that the depth and order is obvious. The navigation stays mainly on the left sidebar and the content is on the right inside the main panel.

Material Dashboard React comes with 5 color filter choices for both the sidebar and the card headers (blue, green, orange, red and purple) and an option to have a background image on the sidebar.

Material Dashboard React uses a framework built by our friend [Olivier - Material-UI](https://github.com/mui-org/material-ui), who did an amazing job creating the backbone for the material effects, animations, ripples and transitions. Big thanks to his team for the effort and forward thinking they put into it.

Special thanks go to:
+ [React-chartist](https://github.com/webveli/webveli-Material-Dashboard-React) for the wonderful charts.

We are very excited to share this dashboard with you and we look forward to hearing your feedback!

You can find the Github Repo here.

## Links:

+ [Live Preview](https://creativetimofficial.github.io/material-dashboard-react/)
+ [Material Dashboard HTML](http://demos.creative-tim.com/material-dashboard/examples/dashboard.html)
+ [![Purchase](https://img.shields.io/badge/Purchase%20Now-4CAF50?style=for-the-badge&logo=shopping-cart&logoColor=white)](https://wa.me/201029107547)

## Quick start

Quick start options:

- [Download from Github](https://github.com/webveli/webveli-Material-Dashboard-React).
- [Download from Creative Tim](http://www.creative-tim.com/product/material-dashboard-react).
- Clone the repo: `git clone https://github.com/creativetimofficial/material-dashboard-react.git`.

## Terminal Commands

1. Install NodeJs from [NodeJs Official Page](https://nodejs.org/en).
2. Open Terminal
3. Go to your file project
4. Run in terminal: ```npm install```
5. Then: ```npm start```
6. Navigate to `http://localhost:3000/`
7. (optional) Run in terminal `npm i -g cross-env`

### What's included

Within the download you'll find the following directories and files:

```
material-dashboard-react
├── CHANGELOG.md
├── LICENSE.md
├── README.md
├── documentation
│   ├── assets
│   │   ├── css
│   │   ├── img
│   │   └── js
│   └── tutorial-components.html
├── package.json
├── public
│   ├── apple-icon.png
│   ├── favicon.ico
│   ├── index.html
│   └── manifest.json
└── src
├── assets
│   ├── css
│   │   └── material-dashboard-react.css
│   └── img
│   ├── apple-icon.png
│   ├── cover.jpeg
│   ├── faces
│   │   └── marc.jpg
│   ├── favicon.png
│   ├── mask.png
│   ├── new_logo.png
│   ├── reactlogo.png
│   ├── sidebar-1.jpg
│   ├── sidebar-2.jpg
│   ├── sidebar-3.jpg
│   ├── sidebar-4.jpg
│   └── tim_80x80.png
├── components
│   ├── Cards
│   │   ├── ChartCard.jsx
│   │   ├── ProfileCard.jsx
│   │   ├── RegularCard.jsx
│   │   ├── StatsCard.jsx
│   │   └── TasksCard.jsx
│   ├── CustomButtons
│   │   ├── Button.jsx
│   │   └── IconButton.jsx
│   ├── CustomInput
│   │   └── CustomInput.jsx
│   ├── Footer
│   │   └── Footer.jsx
│   ├── Grid
│   │   └── ItemGrid.jsx
│   ├── Header
│   │   ├── Header.jsx
│   │   └── HeaderLinks.jsx
│   ├── Sidebar
│   │   └── Sidebar.jsx
│   ├── Snackbar
│   │   ├── Snackbar.jsx
│   │   └── SnackbarContent.jsx
│   ├── Table
│   │   └── Table.jsx
│   ├── Tasks
│   │   └── Tasks.jsx
│   ├── Typography
│   │   ├── A.jsx
│   │   ├── Danger.jsx
│   │   ├── Info.jsx
│   │   ├── Muted.jsx
│   │   ├── P.jsx
│   │   ├── Primary.jsx
│   │   ├── Quote.jsx
│   │   ├── Small.jsx
│   │   ├── Success.jsx
│   │   └── Warning.jsx
│   └── index.js
├── containers
│   └── App
│   └── App.jsx
├── index.js
├── logo.svg
├── routes
│   ├── app.jsx
│   └── index.jsx
├── variables
│   ├── charts.jsx
│   ├── general.jsx
│   └── styles.jsx
└── views
├── Dashboard
│   └── Dashboard.jsx
├── Icons
│   └── Icons.jsx
├── Maps
│   └── Maps.jsx
├── Notifications
│   └── Notifications.jsx
├── TableList
│   └── TableList.jsx
├── Typography
│   └── Typography.jsx
└── UserProfile
└── UserProfile.jsx
```

## Useful Links

More products from Creative Tim:

Freebies:

Affiliate Program (earn money):

## Social Media:

[![Facebook](https://img.shields.io/badge/Facebook-1877F2?style=for-the-badge&logo=facebook&logoColor=white)](https://facebook.com/Webveli)
[![BuyMeACoffee](https://img.shields.io/badge/Buy_Me_A_Coffee-FFDD00?style=for-the-badge&logo=buymeacoffee&logoColor=black)](https://buymeacoffee.com/makavael)
[![WhatsApp](https://img.shields.io/badge/WhatsApp-25D366?style=for-the-badge&logo=whatsapp&logoColor=white)](https://wa.me/201029107547)

Mail+:

[Instagram](https://instagram.com/Makavael)

[CHANGELOG]: ./CHANGELOG.md

[LICENSE]: ./LICENSE.md
[version-badge]: https://img.shields.io/badge/version-1.0.0-blue.svg
[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg