name change
parent
c7e4d249c6
commit
8ff7b13fb7
10
README.md
10
README.md
|
@ -1,24 +1,18 @@
|
||||||
# React Material Admin — Material-UI Dashboard Template
|
# CDN Admin — CDN Administration application
|
||||||
|
|
||||||
Built with [React](https://facebook.github.io/react/), [Material-UI](https://material-ui.com), [React Router](https://reacttraining.com/react-router/).
|
Built with [React](https://facebook.github.io/react/), [Material-UI](https://material-ui.com), [React Router](https://reacttraining.com/react-router/).
|
||||||
**No jQuery and Bootstrap!**
|
|
||||||
|
|
||||||
**This version uses React 16.14.0, React Router v5, MaterialUI v4, built with React Hooks and React Context (No Redux)**
|
**This version uses React 16.14.0, React Router v5, MaterialUI v4, built with React Hooks and React Context (No Redux)**
|
||||||
|
|
||||||
[View Demo](https://flatlogic.com/templates/react-material-admin/demo) | [Download](https://github.com/flatlogic/react-material-admin/archive/master.zip) | [More templates](https://flatlogic.com/templates) | [Support forum](https://flatlogic.com/forum)
|
[View Demo](https://toodle.ddns.net/cdn-admin-demo) | [Download](https://dev.azure.com/tstanciu94/CDN) | [More projects](https://toodle.ddns.net/heimdall) | [Support forum](https://toodle.ddns.net/forum)
|
||||||
|
|
||||||
[![image](https://user-images.githubusercontent.com/24964748/55800639-df780300-5adc-11e9-84b7-7c2437088516.png)](https://flatlogic.com/admin-dashboards/react-material-admin/demo)
|
[![image](https://user-images.githubusercontent.com/24964748/55800639-df780300-5adc-11e9-84b7-7c2437088516.png)](https://flatlogic.com/admin-dashboards/react-material-admin/demo)
|
||||||
|
|
||||||
## Full Version
|
|
||||||
|
|
||||||
This is a limited version of [**Full React Material Admin**](https://flatlogic.com/templates/react-material-admin-full/demo) with more components, pages and theme support.
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- React (**16.14.0**)
|
- React (**16.14.0**)
|
||||||
- React Hooks
|
- React Hooks
|
||||||
- React Context
|
- React Context
|
||||||
- **No jQuery and Bootstrap!**
|
|
||||||
- Mobile friendly layout (responsive)
|
- Mobile friendly layout (responsive)
|
||||||
- Create-react-app under the hood
|
- Create-react-app under the hood
|
||||||
- React Router v5
|
- React Router v5
|
||||||
|
|
|
@ -22,12 +22,12 @@
|
||||||
work correctly both with client-side routing and a non-root public URL.
|
work correctly both with client-side routing and a non-root public URL.
|
||||||
Learn how to configure a non-root public URL by running `npm run build`.
|
Learn how to configure a non-root public URL by running `npm run build`.
|
||||||
-->
|
-->
|
||||||
<title>React Material Admin</title>
|
<title>CDN Admin</title>
|
||||||
<meta name="description" content="React Material Admin is a React Template built with Material-UI">
|
<meta name="description" content="CDN administration application" />
|
||||||
<meta name="keywords" content="react material, material ui admin, react template, react material admin, react material dashboard">
|
<meta name="keywords" content="CDN, cdn admin" />
|
||||||
<meta name="author" content="Flatlogic LLC.">
|
<meta name="author" content="Tudor Stanciu" />
|
||||||
</head>
|
</head>
|
||||||
<body style="font-family: 'Roboto', sans-serif;">
|
<body style="font-family: 'Roboto', sans-serif">
|
||||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
<!--
|
<!--
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"short_name": "React Material Admin",
|
"short_name": "CDN Admin",
|
||||||
"name": "React Material Admin is a React Template built with Material-UI",
|
"name": "CDN administration application",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "favicon.ico",
|
"src": "favicon.ico",
|
||||||
|
|
Loading…
Reference in New Issue