Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 956 Bytes

FRONT.md

File metadata and controls

37 lines (30 loc) · 956 Bytes

Requirements

Styling responsive web design!

  • [✓] Initialize React

    • [✓] Create Vite project

    • [✓] Modify .gitignore

    • [✓] Remove unnecessary files or codes

    • [✓] Setup ESLint and Prettier

    • [✓] Rename folders and files for division in back

    • [✓] Setup Makefile

    • Add SASS compile command in Makefile

    • [✓] Import react-bootstrap and react-bootstrap-icons

    • [✓] Setup proxy for communication

    • Make favicon

    • [✓] Make initial main page

      • [✓] Body.jsx layout
      • [✓] Footer.jsx layout
      • [✓] Header.jsx layout
      • [✓] Modal component
  • [✓] Visualizing Service

    • [✓] Block component
      • [✓] with Block
      • [✓] with DownloadButton
      • [✓] with Plot
    • [✓] CSVUpload component
  • Convenient Service

    • Menu component
    • RadialMenu component
  • Login Service

    • Login layout
    • LoginForm layout