Skip to content

Commit 04d59fe

Browse files
committed
update readme & title
1 parent 7fd344e commit 04d59fe

File tree

4 files changed

+16
-11
lines changed

4 files changed

+16
-11
lines changed

README.md

+10-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
## React Material Template — material admin dashboard template
2-
Built with [React](https://facebook.github.io/react/), [Material-UI](https://material-ui.com), [React Router](https://reacttraining.com/react-router/), [Redux](http://redux.js.org/)
1+
# React Material Admin — Material-UI Dashboard Template
2+
Built with [React](https://facebook.github.io/react/), [Material-UI](https://material-ui.com), [React Router](https://reacttraining.com/react-router/), [Redux](http://redux.js.org/).
3+
**No jQuery and Bootstrap!**
34

4-
[Demo](https://flatlogic.github.io/react-material-template/). Use any credentials to get in.
5+
[Demo](https://flatlogic.com/admin-dashboards/react-material-admin/demo). Use any credentials to log in.
56

6-
![image](https://user-images.githubusercontent.com/24964748/55800639-df780300-5adc-11e9-84b7-7c2437088516.png)
7+
[![image](https://user-images.githubusercontent.com/24964748/55800639-df780300-5adc-11e9-84b7-7c2437088516.png)](https://flatlogic.com/admin-dashboards/react-material-admin/demo)
78

89

910
## Features
10-
* React
11+
* React (**16.8.2**)
12+
* **No jQuery and Bootstrap!**
1113
* Mobile friendly layout (responsive)
1214
* Create-react-app under the hood
1315
* React Router
@@ -39,7 +41,7 @@ You can start by cloning the latest version of React Dashboard on your
3941
local machine by running:
4042

4143
```shell
42-
$ git clone https://github.com/flatlogic/react-material-template.git MyApp
44+
$ git clone https://github.com/flatlogic/react-material-admin.git MyApp
4345
$ cd MyApp
4446
```
4547

@@ -76,10 +78,10 @@ For any additional information please refer to [Flatlogic homepage](https://flat
7678
- Like our page on [Facebook](https://www.facebook.com/flatlogic/) :thumbsup:
7779

7880
## More from Flatlogic
79-
- [Awesome Bootstrap Checkboxes & Radios](https://github.com/flatlogic/awesome-bootstrap-checkbox) - ✅ Pure css way to make inputs look prettier
8081
- [React Native Starter](https://github.com/flatlogic/react-native-starter) - 🚀 A powerful react native starter template that bootstraps development of your mobile application
81-
- [React Dashboard](https://github.com/flatlogic/react-dashboard) - 🔥 React Dashboard - isomorphic admin dashboard template with GraphQL
8282
- [Sing App](https://github.com/flatlogic/sing-app) - 💥 Free and open-source admin dashboard template built with Bootstrap 4
83+
- [Awesome Bootstrap Checkboxes & Radios](https://github.com/flatlogic/awesome-bootstrap-checkbox) - ✅ Pure css way to make inputs look prettier
84+
- [React Dashboard](https://github.com/flatlogic/react-dashboard) - 🔥 React Dashboard - isomorphic admin dashboard template with GraphQL
8385
- [Light Blue Dashboard](https://github.com/flatlogic/light-blue-dashboard) - 💦 Free and open-source admin dashboard template built with Bootstrap
8486

8587
## Premium themes

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "flatlogic-material",
3-
"version": "0.1.0",
4-
"private": true,
3+
"version": "1.0.0",
54
"dependencies": {
65
"@material-ui/core": "^3.9.2",
76
"@material-ui/icons": "^3.0.2",

src/components/Header/HeaderView.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ const Header = ({ classes, isSidebarOpened, toggleSidebar, ...props }) => (
103103
/>
104104
)}
105105
</IconButton>
106-
<Typography variant="h6" weight="medium" className={classes.logotype}>Material Dashboard</Typography>
106+
<Typography variant="h6" weight="medium" className={classes.logotype}>React Material Admin</Typography>
107107
<div className={classes.grow} />
108108
<div
109109
className={classNames(classes.search, {

yarn.lock

+4
Original file line numberDiff line numberDiff line change
@@ -5283,6 +5283,10 @@ jsx-ast-utils@^2.0.1:
52835283
dependencies:
52845284
array-includes "^3.0.3"
52855285

5286+
keycode@^2.1.9:
5287+
version "2.2.0"
5288+
resolved "https://registry.yarnpkg.com/keycode/-/keycode-2.2.0.tgz#3d0af56dc7b8b8e5cba8d0a97f107204eec22b04"
5289+
52865290
killable@^1.0.0:
52875291
version "1.0.1"
52885292
resolved "https://registry.yarnpkg.com/killable/-/killable-1.0.1.tgz#4c8ce441187a061c7474fb87ca08e2a638194892"

0 commit comments

Comments
 (0)