HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
🧚
[1기]최종 프로젝트 데브코스
/
[팀3] 아이육
[팀3] 아이육
/
🐻
김영후
/
Carousel 구현 레퍼런스

Carousel 구현 레퍼런스

상태
개인저장소
주차
참여자
날짜
우선순위
속성
이미지 여러개 업로드 방법
  • https://www.codegrepper.com/code-examples/javascript/react+upload+multiple+images
  • https://www.positronx.io/react-single-and-multiple-images-upload-preview/
  • https://stackoverflow.com/questions/57315551/react-uploading-multiple-images
  • https://stackoverflow.com/questions/58813474/how-to-limit-the-maximum-files-chosen-when-using-multiple-file-input-in-reactjs
 
이미지 개수 제한 방법
https://stackoverflow.com/questions/10105411/how-to-limit-the-maximum-files-chosen-when-using-multiple-file-input
 
Carousel
https://medium.com/@dhilipkmr/react-hooks-carousel-200d0f5a042
https://www.newline.co/@andreeamaco/react-carousel-building-the-component-from-scratch-vs-using-a-library--7da468d4
https://www.youtube.com/watch?v=og3wCO98HkQ
 
여러 이미지 업로드 및 Preview
https://stackoverflow.com/questions/38049966/get-image-preview-before-uploading-in-react
https://www.positronx.io/react-single-and-multiple-images-upload-preview/
https://stackoverflow.com/questions/55526876/reactjs-preview-multiple-images-before-upload
https://jsonworld.com/demo/single-and-multiple-image-preview-in-react-application
 
고려 사항
  • Input태그는 두개로 나뉘어야 할 듯.
  • 이미지가 한개인 경우, 화살표 제거
  • 이미지가 두개 이상인 경우, 화살표 표시
  • 이미지는 어떤 태그를 통해서 보여줘야 할까?