Skip to content

Commit

Permalink
update readme & title
Browse files Browse the repository at this point in the history
  • Loading branch information
okendoken committed Apr 24, 2019
1 parent 7fd344e commit 04d59fe
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 11 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
## React Material Template — material admin dashboard template
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/)
# React Material Admin — Material-UI Dashboard Template
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/).
**No jQuery and Bootstrap!**

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

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


## Features
* React
* React (**16.8.2**)
* **No jQuery and Bootstrap!**
* Mobile friendly layout (responsive)
* Create-react-app under the hood
* React Router
Expand Down Expand Up @@ -39,7 +41,7 @@ You can start by cloning the latest version of React Dashboard on your
local machine by running:

```shell
$ git clone https://github.com/flatlogic/react-material-template.git MyApp
$ git clone https://github.com/flatlogic/react-material-admin.git MyApp
$ cd MyApp
```

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

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

## Premium themes
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "flatlogic-material",
"version": "0.1.0",
"private": true,
"version": "1.0.0",
"dependencies": {
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Header/HeaderView.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const Header = ({ classes, isSidebarOpened, toggleSidebar, ...props }) => (
/>
)}
</IconButton>
<Typography variant="h6" weight="medium" className={classes.logotype}>Material Dashboard</Typography>
<Typography variant="h6" weight="medium" className={classes.logotype}>React Material Admin</Typography>
<div className={classes.grow} />
<div
className={classNames(classes.search, {
Expand Down
4 changes: 4 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5283,6 +5283,10 @@ jsx-ast-utils@^2.0.1:
dependencies:
array-includes "^3.0.3"

keycode@^2.1.9:
version "2.2.0"
resolved "https://registry.yarnpkg.com/keycode/-/keycode-2.2.0.tgz#3d0af56dc7b8b8e5cba8d0a97f107204eec22b04"

killable@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/killable/-/killable-1.0.1.tgz#4c8ce441187a061c7474fb87ca08e2a638194892"
Expand Down

0 comments on commit 04d59fe

Please sign in to comment.