목록2024/05/08 (1)
juni
SingleProject_State Lifting
간단하게 버튼을 눌러 count값을 조정하는 프로그램 작성body { padding: 20px;}.App { margin: 0 auto; width: 400px;}.App > section { background-color: rgb(245, 245, 245); border: 1px solid rgb(240, 240, 240); border-radius: 5px; padding: 20px; margin-bottom: 10px;}import "./App.css";import Viewer from "./components/Viewer";import Controller from "./components/Controller";import { useState } from "react";// 카운트 값..
프로젝트/미니 프로젝트
2024. 5. 8. 21:09