|
1 |
| -## [Material Kit - React](https://material-kit-react.devias.io/) [](https://twitter.com/intent/tweet?text=%F0%9F%9A%A8Devias%20Freebie%20Alert%20-%20An%20awesome%20ready-to-use%20register%20page%20made%20with%20%23material%20%23react%0D%0Ahttps%3A%2F%2Fdevias.io%20%23createreactapp%20%23devias%20%23material%20%23freebie%20%40devias-io) |
| 1 | +## [Devias Kit - React](https://material-kit-react.devias.io/) |
2 | 2 |
|
3 | 3 | 
|
4 | 4 |
|
5 |
| -[](https://material-kit-react.devias.io/) |
| 5 | +[](https://material-kit-react.devias.io/) |
6 | 6 |
|
7 |
| -> Free React Admin Dashboard made with [MUI's](https://mui.com/?ref=devias-io) |
8 |
| -> components, [React](https://reactjs.org/?ref=devias-io) and of |
9 |
| -> course [Next.js](https://github.com/vercel/next.js/?ref=devias-io) to boost your app development |
10 |
| -> process! |
| 7 | +> Free React Admin Dashboard made with [MUI's](https://mui.com) components, [React](https://reactjs.org) and of course [Next.js](https://github.com/vercel/next.js) to boost your app development process! |
11 | 8 |
|
12 |
| -## Demo |
| 9 | +## Pages |
13 | 10 |
|
14 |
| -- [Dashboard Page](https://material-kit-react.devias.io) |
15 |
| -- [Companies Page](https://material-kit-react.devias.io/companies) |
16 |
| -- [Customers Page](https://material-kit-react.devias.io/customers) |
17 |
| -- [Account Page](https://material-kit-react.devias.io/account) |
18 |
| -- [Settings Page](https://material-kit-react.devias.io/settings) |
19 |
| -- [Login Page](https://material-kit-react.devias.io/auth/login) |
20 |
| -- [Register Page](https://material-kit-react.devias.io/auth/register) |
| 11 | +- [Dashboard](https://material-kit-react.devias.io) |
| 12 | +- [Customers](https://material-kit-react.devias.io/dashboard/customers) |
| 13 | +- [Integrations](https://material-kit-react.devias.io/dashboard/integrations) |
| 14 | +- [Settings](https://material-kit-react.devias.io/dashboard/settings) |
| 15 | +- [Account](https://material-kit-react.devias.io/dashboard/account) |
| 16 | +- [Sign In](https://material-kit-react.devias.io/auth/sign-in) |
| 17 | +- [Sign Up](https://material-kit-react.devias.io/auth/sign-up) |
| 18 | +- [Reset Password](https://material-kit-react.devias.io/auth/reset-password) |
21 | 19 |
|
22 | 20 | ## Free Figma Community File
|
23 | 21 |
|
|
28 | 26 | We also have a pro version of this product which bundles even more pages and components if you want
|
29 | 27 | to save more time and design efforts :)
|
30 | 28 |
|
31 |
| -| Free Version (this one) | [Material Kit Pro - React](https://mui.com/store/items/devias-kit-pro/) | |
32 |
| -|-------------------------|:-------------------------------------------------------------------------| |
33 |
| -| **9** Demo Pages | **40+** demo pages |
34 |
| -| ✔ Mocked Authentication | ✔ Authentication with **Amplify**, **Auth0**, **JWT** and **Firebase** |
35 |
| -| - | ✔ Dark & light mode |
36 |
| -| - | ✔ CRA version |
37 |
| -| - | ✔ TypeScript version - for Standard Plus and Extended license |
38 |
| -| - | ✔ Design files (sketch & figma) - for Standard Plus and Extended license |
39 |
| -| - | ✔ Complete users flows |
| 29 | +| Free Version (this one) | [Devias Kit Pro](https://mui.com/store/items/devias-kit-pro/) | |
| 30 | +| ------------------------ | :--------------------------------------------------------------------------- | |
| 31 | +| **8** Pages | **80+** Pages | |
| 32 | +| ✔ Custom Authentication | ✔ Authentication with **Amplify**, **Auth0**, **Firebase** and **Supabase** | |
| 33 | +| - | ✔ Vite Version | |
| 34 | +| - | ✔ Dark Mode Support | |
| 35 | +| - | ✔ Complete Users Flows | |
| 36 | +| - | ✔ Premium Technical Support | |
40 | 37 |
|
41 | 38 | ## Quick start
|
42 | 39 |
|
43 |
| -- [Download from Github](https://github.com/devias-io/material-kit-react/archive/master.zip) |
44 |
| - or [Download from Devias](https://devias.io/products/material-kit-react) or clone the |
45 |
| - repo: `git clone https://github.com/devias-io/material-kit-react.git` |
46 |
| - |
47 |
| -- Make sure your Node.js and npm versions are up to date for `React 18` |
48 |
| - |
| 40 | +- Clone the repo: `git clone https://github.com/devias-io/material-kit-react.git` |
| 41 | +- Make sure your Node.js and npm versions are up to date |
49 | 42 | - Install dependencies: `npm install` or `yarn`
|
50 |
| - |
51 | 43 | - Start the server: `npm run dev` or `yarn dev`
|
52 |
| - |
53 |
| -- Views are on: `localhost:3000` |
| 44 | +- Open browser: `http://localhost:3000` |
54 | 45 |
|
55 | 46 | ## File Structure
|
56 | 47 |
|
57 | 48 | Within the download you'll find the following directories and files:
|
58 | 49 |
|
59 | 50 | ```
|
60 |
| -material-kit-react |
61 |
| -
|
62 |
| -┌── .eslintrc.json |
| 51 | +┌── .editorconfig |
| 52 | +├── .eslintrc.js |
63 | 53 | ├── .gitignore
|
64 | 54 | ├── CHANGELOG.md
|
65 | 55 | ├── LICENSE.md
|
| 56 | +├── next-env.d.ts |
66 | 57 | ├── next.config.js
|
67 | 58 | ├── package.json
|
68 | 59 | ├── README.md
|
| 60 | +├── tsconfig.json |
69 | 61 | ├── public
|
70 | 62 | └── src
|
71 | 63 | ├── components
|
72 | 64 | ├── contexts
|
73 |
| - ├── guards |
74 |
| - ├── hocs |
75 | 65 | ├── hooks
|
76 |
| - ├── layouts |
77 |
| - ├── sections |
78 |
| - ├── theme |
79 |
| - ├── utils |
80 |
| - └── pages |
81 |
| - ├── 404.js |
82 |
| - ├── _app.js |
83 |
| - ├── _document.js |
84 |
| - ├── account.js |
85 |
| - ├── companies.js |
86 |
| - ├── customers.js |
87 |
| - ├── index.js |
88 |
| - ├── products.js |
89 |
| - └── settings.js |
90 |
| - └── auth |
91 |
| - ├── login.js |
92 |
| - └── register.js |
| 66 | + ├── lib |
| 67 | + ├── styles |
| 68 | + ├── types |
| 69 | + └── app |
| 70 | + ├── layout.tsx |
| 71 | + ├── page.tsx |
| 72 | + ├── auth |
| 73 | + └── dashboard |
93 | 74 | ```
|
94 | 75 |
|
95 | 76 | ## Resources
|
96 | 77 |
|
97 |
| -- More freebies like this one: <https://devias.io> |
| 78 | +- More freebies like this one: https://devias.io |
98 | 79 |
|
99 | 80 | ## Reporting Issues:
|
100 | 81 |
|
101 |
| -- [Github Issues Page](https://github.com/devias-io/react-material-dashboard/issues?ref=devias-io) |
| 82 | +- [Github Issues Page](https://github.com/devias-io/material-kit-react/issues) |
102 | 83 |
|
103 | 84 | ## License
|
104 | 85 |
|
105 |
| -- Licensed under MIT (https://github.com/devias-io/react-material-dashboard/blob/master/LICENSE.md) |
| 86 | +- Licensed under [MIT](https://github.com/devias-io/material-kit-react/blob/main/LICENSE.md) |
106 | 87 |
|
107 | 88 | ## Contact Us
|
108 | 89 |
|
|
0 commit comments