[React 오답노트] 배포하기
리액트로 만들고 깃헙에 있는 프로젝트를 배포하기 * 먼저 gh-pages를 다운로드 해줘야 한다. yarn add gh-pages pakage.json { "name": "new_haninbridge", "version": "0.1.0", "private": true, "dependencies": { "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^13.0.0", "@testing-library/user-event": "^13.2.1", "axios": "^1.2.3", "gh-pages": "^5.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-innertext":..
2023. 1. 26.
[React 오답노트] Download link 만들기
Click to Download Resume를 클릭하면 pdf파일이 다운로드 되게 만들기 body.jsx -> 현재 페이지 구성 import { BodyDiv, IntroBox, IntroUpTitle, IntroDownTitle, IntroContentBox, IntroContent, InterpreterBox, InterpreterUpTitle, InterpreterDownTitle, PJWBox, PJWImg, PJWContentBox, PJWName, PJWContent, PJWResume, YTHBox, YTHContentBox, YTHName, YTHContent, YTHResume, YTHImg, ServiceBox, GeneralTitle, GeneralSlideAndConte..
2023. 1. 22.
[React오답노트] 배경만 흐리게하기
div 속에 배경 화면을 넣고 text를 넣는데, "배경만" 흐리게 하기 Consulting Body Engine code import { BodyDiv, Intro, IntroUpTitle, IntroDownTitle, IntroContentBox, IntroContent, History, HistoryTitle, HistoryContentBox, HistoryContent, SlideBox } from "./style" function Body() { return ( Consulting 함께, 인도네시아로 한인브릿지 컨설팅은, 한국 기업들 또는 개인이 인도네시아로 진입할 수 있게끔 수많은 인도네시아에 대한 지식과 경험 그리고 이해도를 쌓아왔으며,..
2023. 1. 17.