Front end developed using React and Material UI This project was bootstrapped with Create React App.
A JavaScript libary for buiding user interfaces. https://facebook.github.io/react/
A Set of React Components that Implement Google's Material Design. http://www.material-ui.com/#/ Google Material is a unified system that combines theory, resources, and tools for crafting digital experiences. https://material.io/
- fetch: to make ajax calls to backend
- react-responsive: brings media queries to react
- react-router: routing library for React (https://github.com/ReactTraining/react-router)
@media (min-width:641px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ } From that onwards we show switches and console
Switches Contains light switches and a console that shows all the action
About About the app, and contributors
npm start
(http://localhost:3000)
npm test
npm run build
-> build
folder
npm i jquery --save
import in the code import $ from 'jquery'