karimould / dashboard-layout

React Material UI Dashboard layout template

Home Page:http://katerinalupacheva.github.io/dashboard-layout

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Material UI Dashboard Layout template

Live-Demo

Starter code with the implementation of:

  • Basic layout: header, the main content area with drawer, footer
  • Drawer toggle
  • Navigation between pages

demo

Features

  • React v.17
  • TypeScript v.4
  • Material-UI v.4
  • React Router v.5
  • React Context
  • React Hooks
  • CSS-in-JS styles
  • Responsive
  • Create-react-app under the hood

Quick Start

  1. Get the latest version
git clone https://github.com/KaterinaLupacheva/dashboard-layout.git MyDashboard
cd MyDashboard
  1. Run
npm install
  1. Run
npm start
  1. Open http://localhost:3000 to view it in the browser.

How to create from scratch

I wrote the blog post on how to create Dashboard layout. You can read it here.

Pure React version

The starter code of this Dashboard layout in pure React.js (without Material-UI) is in this branch.

About

React Material UI Dashboard layout template

http://katerinalupacheva.github.io/dashboard-layout

License:MIT License


Languages

Language:TypeScript 81.9%Language:HTML 14.7%Language:CSS 3.3%