Skip to content

React Dashboard made with Material UI’s components, React and of course create-react-app to boost your app development process!

License

Notifications You must be signed in to change notification settings

v1p/react-material-dashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

license GitHub issues open GitHub issues closed Chat

Register Page

Free React Dashboard made with Material UI's components, React and of course create-react-app to boost your app development process! We'll launch a pro version soon, so if you are interested subscribe to our personal emailing list on https://devias.io/

Table of Contents

Demo

Quick start

  • Download from Github or Download from Devias or clone the repo: git clone https://github.com/devias-io/react-material-dashboard.git

  • Install dependencies: npm install or yarn

  • Start the server: npm run start or yarn start

  • Views are on: localhost:3000

Documentation

The documentation for the React Material Kit is can be found here.

Design Files

Download .sketch file

File Structure

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

material-react-dashboard

├── .eslintrc
├── .prettierrc
├── LICENSE.md
├── package.json
├── README.md
├── public
└── src
	├── assets
	│	└── scss
	├── common
	│	├── colors
	│	├── validators
	│	└── serviceWorker.js
	├── components
	│	├── Alert
	│	├── CodeBlock
	│	├── DisplayMode
	│	├── Map
	│	├── Paper
	│	├── Portlet
	│	├── PortletContent
	│	├── PortletFooter
	│	├── PortletHeader
	│	├── DisplayMode
	│	├── PortletLabel
	│	├── PortletToolbar
	│	├── SearchInput
	│	├── Status
	│	├── Task
	│	└── SearchInput
	├── data
	├── helpers
	├── HOCs
	│	└── authGuard
	├── icons
	│	├── Facebook
	│	└── Google
	├── layouts
	│	├── Dashboard
	│	│	└── components
	│	│		├── Footer
	│	│		├── Sidebar
	│	│		└── Topbar
	├── services
	│	├── auth
	│	├── notification
	│	├── order
	│	├── product
	│	├── user
	├── theme
	│	├── overrides
	│	├── pallete.js
	│	└── typography.js
	├── views
	│	├── Account
	│	├── Dashboard
	│	├── Icons
	│	├── NotFound
	│	├── ProductList
	│	├── Settings
	│	├── SignIn
	│	├── SignUp
	│	├── Typography
	│	├── UnderDevelopment
	│	└── UserList
	├── App.jsx
	├── index.jsx
	└── Routes.jsx

Resources

Reporting Issues:

Licensing

Contact Us

About

React Dashboard made with Material UI’s components, React and of course create-react-app to boost your app development process!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.5%
  • CSS 2.1%
  • HTML 0.4%