본문 바로가기

전체 글

(291)
4차 미니프로젝트, 이커머스- 원하는 상품 장바구니에 담기 4차 미니프로젝트, 이커머스- 원하는 상품 장바구니에 담기 이번에 이커머스 프로젝트에서 내가 맡은 부분은 장바구니! 일단 임의의 값을 상품으로 두고 장바구니 담기 하다보니, 어쩌다가 상품 리스트까지 만들게 되었다. ejs를 활용해보고 싶으나, 이해하기 영 싶지 않아서 그냥 내가 잘 알고 있는 ajax로 구현중~ 📄 productList front function makeProduct(image, info, name, price, productId) { let tempHtml = ` 제품명 : ${name} 설명 : ${info} ${price}원 장바구니 `; $("#products-box").append(tempHtml); } productList를 만들때 장바구니 담기 버튼에 productId를 같이..
project 관련 작업하기 좋은 사이트들 project 관련 작업하기 좋은 사이트들 📌 Frame Work Excalidraw Excalidraw — Collaborative whiteboarding made easy Excalidraw is a virtual collaborative whiteboard tool that lets you easily sketch diagrams that have a hand-drawn feel to them. excalidraw.com Pixso 홈페이지-스케치, 피그마 대신 차세대 UI 디자인 툴, 온라인 실시간 협업 지원 Pixso 홈페이지-스케치, 피그마 대신 차세대 UI 디자인 툴, 온라인 실시간 협업 지원 지능형 구성 요소를 통한 프로토타이핑 Pixso 구성 요소 라이브러리는 그 어느 때보다도 쉽게 프..
TS 입문 주차 TS 입문 주차 2023.01.17 - [JavaScript] - 타입스크립트 기초문법1 2023.01.18 - [JavaScript] - 타입스크립트 기초문법2 2023.01.19 - [JavaScript] - TS, 내가 만든 포켓몬 크롤링 프로그램 2023.01.30 - [JavaScript] - TS, 기본적인 CRUD 입문주차때 배운 내용을 정리! 📌 git repo https://github.com/godee95/TS_prac GitHub - godee95/TS_prac: TS study TS study. Contribute to godee95/TS_prac development by creating an account on GitHub. github.com