Skip to content

React Dashboard made with Material UI’s components. Our pro template contains features like TypeScript version, authentication system with Firebase and Auth0 plus many other

License

Notifications You must be signed in to change notification settings

Ngniguepatherence/dashboard-react

 
 

Repository files navigation

license

Material Kit - React

React Admin Dashboard made with MUI's components, React and of course Next.js to boost your app development process!

Demo

Quick start

  • Download from Github or clone the repo: git clone https://github.com/Ngniguepatherence/dashboard-react.git

  • Make sure your Node.js and npm versions are up to date for React 18

  • Install dependencies: npm install or yarn

  • Start the server: npm run dev or yarn dev

  • Views are on: localhost:3000

File Structure

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

material-kit-react

┌── .eslintrc.json
├── .gitignore
├── CHANGELOG.md
├── LICENSE.md
├── next.config.js
├── package.json
├── README.md
├── public
└── src
	├── components
	├── contexts
	├── guards
	├── hocs
	├── hooks
	├── layouts
	├── sections
	├── theme
	├── utils
	└── pages
		├── 404.js
		├── _app.js
		├── _document.js
		├── account.js
		├── companies.js
		├── customers.js
		├── evenements.js
		├── finances.js
		├── index.js
		└── settings.js
		└──  auth
			├── login.js
			└── register.js

Reporting Issues:

License

Contact Us

About

React Dashboard made with Material UI’s components. Our pro template contains features like TypeScript version, authentication system with Firebase and Auth0 plus many other

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%