Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/alexanmtz/material-sense

A React Material UI template to create rich applications with wizards, charts and ranges
https://github.com/alexanmtz/material-sense

design javascript material-ui material-ui-tutorial reactjs template ui-components

Last synced: 27 days ago
JSON representation

A React Material UI template to create rich applications with wizards, charts and ranges

Lists

README

        

### If you're using this template, please add below your project and send a PR:
- Alexandre Magno (http://ahorta.io)
- Victoria Botelho Martins (https://contech-cbs.web.app/)

### Help to fund this project
https://opencollective.com/material-sense

#### Projects using this template:
- Ahorta Client: https://github.com/worknenjoy/ahorta-client

# React Material UI template - Material Sense
A full simple application for react [material ui](https://material-ui.com/)

## Features
- Responsive
- Include a Graph using [recharts](https://github.com/recharts/recharts)
- With [Router](https://github.com/ReactTraining/react-router) included
- A docker container for production build
- Created with [Create react app](https://github.com/facebook/create-react-app)

![Dashboard](screenshot-dashboard.png)

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Available Scripts

In the project directory, you can run:

### `yarn start`

Runs the app in the development mode.

Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.

You will also see any lint errors in the console.

### `npm test`

Launches the test runner in the interactive watch mode.

See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

### `npm run build`

Builds the app for production to the `build` folder.

It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.

Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

### `npm run eject`

**Note: this is a one-way operation. Once you `eject`, you can’t go back!**

If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.

You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.

## Learn More

You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).

To learn React, check out the [React documentation](https://reactjs.org/).

### Docker

This project works in a docker container as well

First run:
`docker build . -t material-sense`

Then:
`docker run -p 2222:2222 material-sense`

_the 2222 port intend to make work on Azure websites as container for default, cause is the port they use to expose the server_

### Publish at Github pages
`yarn deploy`

## Screenshots
![Dashboard](screenshot-dashboard.png)
![Signup](screenshot-signup.png)
![Wizard](screenshot-wizard.png)
![Cards](screenshot-cards.png)

## Contributors

### Code Contributors

This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].

### Financial Contributors

Become a financial contributor and help us sustain our community. [[Contribute](https://opencollective.com/material-sense/contribute)]

#### Individuals

#### Organizations

Support this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/material-sense/contribute)]