Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bloveless/spacemonger-ui
A react frontend to spacetraders-rs
https://github.com/bloveless/spacemonger-ui
Last synced: about 1 month ago
JSON representation
A react frontend to spacetraders-rs
- Host: GitHub
- URL: https://github.com/bloveless/spacemonger-ui
- Owner: bloveless
- License: mit
- Created: 2021-04-10T00:24:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-15T01:45:09.000Z (over 3 years ago)
- Last Synced: 2024-11-06T18:01:40.627Z (3 months ago)
- Language: JavaScript
- Size: 2.27 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
## [Material Kit - React](https://material-kit-react.devias.io/) [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&logo=twitter)](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)
![license](https://img.shields.io/badge/license-MIT-blue.svg)
[![Material Kit - React](https://s3.eu-west-2.amazonaws.com/devias/products/react-material-dashboard/react-material-free-xl.jpg)](https://react-material-dashboard.devias.io/)
> Free React Admin Dashboard made with [Material UI's](https://material-ui.com/?ref=devias-io) components, [React](https://reactjs.org/?ref=devias-io) and of course [create-react-app](https://facebook.github.io/create-react-app/?ref=devias-io) to boost your app development process! We'll launch a pro version soon, so if you are interested subscribe to our personal emailing list on [https://devias.io/](https://devias.io/)
## Upgrade to PRO Version
We also have a pro version of this product which bundles even more pages and components if you want to save more time and design efforts :)
| Free Version (this one) | [Material Kit Pro - React](https://material-ui.com/store/items/devias-kit-pro/) |
| ------------------------ | :----------------------------------------------------------- |
| **7** Demo Pages | **32** demo pages
| - | ✔ Dark & light mode
| - | ✔ Authentication with *Amplify**, **Auth0** and **Firebase**
| - | ✔ TypeScript version
| - | ✔ Design files (sketch & figma) - for extended license
| - | ✔ Complete users flows## Demo
- [Dashboard Page](https://material-kit-react.devias.io/app/dashboard)
- [Users Page](https://material-kit-react.devias.io/app/customers)
- [Products Page](https://material-kit-react.devias.io/app/products)
- [Register Page](https://material-kit-react.devias.io/register)
- [Login Page](https://material-kit-react.devias.io/login)
- [Account Page](https://material-kit-react.devias.io/app/account)
- [Settings Page](https://material-kit-react.devias.io/app/settings)## Quick start
- [Download from Github](https://github.com/devias-io/material-kit-react/archive/master.zip) or [Download from Devias](https://devias.io/products/material-kit-react) or clone the repo: `git clone https://github.com/devias-io/material-kit-react.git`
- Make sure your NodeJS and npm versions are up to date for `React 17`
- Install dependencies: `npm install` or `yarn`
- Start the server: `npm run start` or `yarn start`
- Views are on: `localhost:3000`
## 🖌 Design Files
👉[Download Sketch file](https://s3.eu-west-2.amazonaws.com/devias/products/react-material-dashboard/react-material-dashboard-free.sketch)
👉[Download Figma file](https://devias.s3.eu-west-2.amazonaws.com/products/react-material-dashboard/react-material-dashboard-free.fig)
## File Structure
Within the download you'll find the following directories and files:
```
material-react-dashboard├── .eslintrc
├── .gitignore
├── .prettierrc
├── CHANGELOG.md
├── jsconfig.json
├── LICENSE.md
├── package.json
├── README.md
├── public
├── docs
└── src
├── assets
├── common
├── components
├── helpers
├── icons
├── layouts
├── theme
├── views
│ ├── Account
│ ├── Dashboard
│ ├── Icons
│ ├── NotFound
│ ├── ProductList
│ ├── Settings
│ ├── SignIn
│ ├── SignUp
│ ├── Typography
│ └── UserList
├── App.jsx
├── index.jsx
└── Routes.jsx
```## Resources
- More freebies like this one:
## Reporting Issues:
- [Github Issues Page](https://github.com/devias-io/react-material-dashboard/issues?ref=devias-io)
## License
- Licensed under MIT (https://github.com/devias-io/react-material-dashboard/blob/master/LICENSE.md)
## Contact Us
- Email Us: [email protected]
- [Follow us on Instagram](https://www.instagram.com/deviasio/)