Skip to content

Latest commit

 

History

History
73 lines (57 loc) · 1.82 KB

README.md

File metadata and controls

73 lines (57 loc) · 1.82 KB

table-mui-SGM

test work for Sierentz

Tech Used

  • React
  • Mui
  • Redux-toolkit
  • Formik
  • Mui
  • react-new-window

Remark in the task

react-new-window support the full window.open api. More can be read in the documentation

The UI

The User Interface

when you click on cell with value

The User Interface

How To Run The App

Step 1:

  • Clone the repo
  • Open it in your favorite editor
  • Open a terminal in your editor and run yarn install or npm install

Step 2:

  • In your terminal run yarn start or npm start.

Dependencies

  "dependencies": {
    "@emotion/react": "^11.9.3",
    "@emotion/styled": "^11.9.3",
    "@material-ui/styles": "^4.11.5",
    "@mui/material": "^5.8.4",
    "@mui/styled-engine-sc": "^5.8.0",
    "@reduxjs/toolkit": "^1.8.2",
    "@testing-library/jest-dom": "^5.16.4",
    "@testing-library/react": "^13.3.0",
    "@testing-library/user-event": "^13.5.0",
    "@types/jest": "^27.5.2",
    "@types/node": "^16.11.41",
    "@types/react": "^18.0.12",
    "@types/react-dom": "^18.0.5",
    "antd": "^4.21.3",
    "formik": "^2.2.9",
    "node-sass": "^7.0.1",
    "prettier": "^2.7.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-new-window": "^0.2.1",
    "react-redux": "^8.0.2",
    "react-scripts": "5.0.1",
    "reselect": "^4.1.6",
    "sass": "^1.52.3",
    "styled-components": "^5.3.5",
    "typescript": "^4.7.3",
    "uniqid": "^5.4.0",
    "web-vitals": "^2.1.4",
    "yup": "^0.32.11"
  },