<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>문일여고1023 by 구현희</title>
      <link>https://padlet.com/danggum999/q7ekm20p3swst7qr</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2025-10-18 11:19:37 UTC</pubDate>
      <lastBuildDate>2025-11-21 02:21:06 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>일정관리앱 프롬프트</title>
         <author></author>
         <link>https://padlet.com/danggum999/q7ekm20p3swst7qr/wish/3638544524</link>
         <description><![CDATA[<p>화면 상단에 제목과 달력을 만들고</p><p>하단에 일정 내용을 입력할 수 있는</p><p>필드를 구성해줘.</p><p>입력한 내용은 하단에 리스트 형식으로</p><p>보이도록 디자인해줘.</p><p>리스트에 있는 것은 선택하여</p><p>제거할 수 있는 버튼을 만들어줘.</p><p>입력한 데이터는 로컬 스토리지에 저장되도록 해줘.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-10-18 11:42:19 UTC</pubDate>
         <guid>https://padlet.com/danggum999/q7ekm20p3swst7qr/wish/3638544524</guid>
      </item>
      <item>
         <title>캔바초대</title>
         <author></author>
         <link>https://padlet.com/danggum999/q7ekm20p3swst7qr/wish/3638546572</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://www.canva.com/brand/join?token=LuBFpDRnXUubjMq7IuP1bQ&amp;brandingVariant=edu&amp;invitationDestinationType=group" />
         <pubDate>2025-10-18 11:46:08 UTC</pubDate>
         <guid>https://padlet.com/danggum999/q7ekm20p3swst7qr/wish/3638546572</guid>
      </item>
      <item>
         <title>점수판 앱</title>
         <author></author>
         <link>https://padlet.com/danggum999/q7ekm20p3swst7qr/wish/3646942992</link>
         <description><![CDATA[<p>두 팀 점수판 앱을 만듭니다. 화면은 가로(랜드스케이프) 기준, 좌/우로 반반 나눈 블루 팀(왼쪽) 과 레드 팀(오른쪽) 의 대형 점수 공간과, 중앙 상단의 세트 점수판(파란 박스/빨간 박스 2개), 중앙 하단의 초기화 버튼으로 구성합니다.</p><p>핵심 동작</p><p>팀 점수 증감</p><p>사용자가 색 영역(파란/빨간) 을 탭하면 해당 팀 점수가 +1.</p><p>동일 영역을 길게 누르면(롱프레스 600ms) –1.</p><p>점수는 0 아래로 내려가지 않음(최소 0).</p><p>세트 점수판</p><p>중앙 상단의 파란 세트 박스를 탭하면 블루 팀 세트 +1, 길게 누르면 –1(최소 0).</p><p>빨간 세트 박스도 동일 동작으로 레드 팀 세트 증감.</p><p>세트 점수는 팀 점수와 별도 상태로 관리.</p><p>초기화 버튼</p><p>중앙 하단 큰 버튼 “초기화” 탭 시 모든 점수(두 팀 점수 + 세트 점수) 0으로 리셋.</p><p>실수 방지를 위해 간단한 확인 다이얼로그(“정말 초기화할까요? 확인/취소”).</p><p>UI 레이아웃/스타일</p><p>전체 배경: 좌측 블루(#003DFF), 우측 레드(#FF1A1A) 로 정확히 반반 분할. 모서리는 라운드 24px.</p><p>각 팀의 대형 점수 숫자는 화면 중앙 정렬, 아주 크게(가로 기준 자동 스케일, 최소 220pt), 굵게, 흰색.</p><p>중앙 상단 세트 박스 두 개는 카드 형태(얕은 그림자, 라운드 16px, 흰 배경, 내부 숫자는 팀 색상으로 표시: 파란 박스=파란 숫자, 빨간 박스=빨간 숫자). 숫자 크기 64–80pt.</p><p>세트 박스 아래에 굵은 제목 “점수판”(검정, 36–48pt).</p><p>중앙 하단 초기화 버튼: 가로로 넓고(전체 폭의 60–80%), 높이 크게(64–80px), 배경 #E5E7EB(연회색), 텍스트 “초기화”(검정, 볼드 28–32pt). 탭 시 살짝 눌리는 효과.</p><p>전체 폰트: 깔끔한 산세리프(예: Noto Sans). 숫자는 가독성 높은 대체 폰트 사용 가능.</p><p>상호작용/접근성</p><p>탭/롱프레스 시 가벼운 진동(haptic) 과 짧은 효과음(선택).</p><p>대비 준수(색맹 친화): 팀 색 유지하면서도 큰 흰색 숫자와 충분한 대비.</p><p>터치 타깃 최소 56px 이상.</p><p>태블릿/폰 해상도 대응(반응형). 가로/세로 모두 동작하되 가로 레이아웃 우선.</p><p>상태/로직</p><p>상태 키: blue, red, setBlue, setRed.</p><p>모든 감소 연산은 최소값 0 보장.</p><p>(선택) 브라우저 로컬 저장소에 상태 보존하여 앱 재실행 시 마지막 값 복원.</p><p>테스트 시나리오</p><p>파란 영역 탭 3회 → 파란 점수 3.</p><p>빨간 영역 길게 1회(초기 0) → 여전히 0(음수 불가).</p><p>파란 세트 박스 탭 2회 → 파란 세트 2.</p><p>초기화 → 네 값 모두 0, 화면 갱신.</p><p>브랜드/마감</p><p>심플하고 큼직한 체육수업용 스코어보드 느낌.</p><p>애니메이션은 과하지 않게(점수 변경 시 짧은 scale-up 120ms).</p><p>이 사양에 따라 단일 화면 점수판 앱을 구현하세요.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-10-23 07:08:50 UTC</pubDate>
         <guid>https://padlet.com/danggum999/q7ekm20p3swst7qr/wish/3646942992</guid>
      </item>
      <item>
         <title>단어매칭게임</title>
         <author></author>
         <link>https://padlet.com/danggum999/q7ekm20p3swst7qr/wish/3646974838</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://연산게임.my.canva.site/dag2l8spguk" />
         <pubDate>2025-10-23 07:29:27 UTC</pubDate>
         <guid>https://padlet.com/danggum999/q7ekm20p3swst7qr/wish/3646974838</guid>
      </item>
      <item>
         <title>생명과학 용어매칭 게임</title>
         <author></author>
         <link>https://padlet.com/danggum999/q7ekm20p3swst7qr/wish/3646975842</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://asdfasdklfjw.my.canva.site/dag2lwmliqc" />
         <pubDate>2025-10-23 07:29:46 UTC</pubDate>
         <guid>https://padlet.com/danggum999/q7ekm20p3swst7qr/wish/3646975842</guid>
      </item>
      <item>
         <title>스코어</title>
         <author></author>
         <link>https://padlet.com/danggum999/q7ekm20p3swst7qr/wish/3646976287</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://asdfasdklfjw.my.canva.site/score" />
         <pubDate>2025-10-23 07:29:53 UTC</pubDate>
         <guid>https://padlet.com/danggum999/q7ekm20p3swst7qr/wish/3646976287</guid>
      </item>
      <item>
         <title>MBTI검사</title>
         <author></author>
         <link>https://padlet.com/danggum999/q7ekm20p3swst7qr/wish/3646977252</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://asdfasdklfjw.my.canva.site/dag2l81uffw" />
         <pubDate>2025-10-23 07:30:09 UTC</pubDate>
         <guid>https://padlet.com/danggum999/q7ekm20p3swst7qr/wish/3646977252</guid>
      </item>
      <item>
         <title>구구단게임</title>
         <author></author>
         <link>https://padlet.com/danggum999/q7ekm20p3swst7qr/wish/3646977681</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://asdfasdklfjw.my.canva.site/dag2l-7gqzm" />
         <pubDate>2025-10-23 07:30:18 UTC</pubDate>
         <guid>https://padlet.com/danggum999/q7ekm20p3swst7qr/wish/3646977681</guid>
      </item>
      <item>
         <title>간식 월드컵 32강</title>
         <author></author>
         <link>https://padlet.com/danggum999/q7ekm20p3swst7qr/wish/3646977823</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://asdfasdklfjw.my.canva.site/32-dessertsgame" />
         <pubDate>2025-10-23 07:30:21 UTC</pubDate>
         <guid>https://padlet.com/danggum999/q7ekm20p3swst7qr/wish/3646977823</guid>
      </item>
      <item>
         <title>집합과명제 형성평가 </title>
         <author></author>
         <link>https://padlet.com/danggum999/q7ekm20p3swst7qr/wish/3646978076</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://asdfasdklfjw.my.canva.site/2" />
         <pubDate>2025-10-23 07:30:26 UTC</pubDate>
         <guid>https://padlet.com/danggum999/q7ekm20p3swst7qr/wish/3646978076</guid>
      </item>
      <item>
         <title>지리학습게임</title>
         <author>wooriwoom</author>
         <link>https://padlet.com/danggum999/q7ekm20p3swst7qr/wish/3646978748</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://xn--hg3b19quja.my.canva.site/" />
         <pubDate>2025-10-23 07:30:54 UTC</pubDate>
         <guid>https://padlet.com/danggum999/q7ekm20p3swst7qr/wish/3646978748</guid>
      </item>
      <item>
         <title>수학 퀴즈 앱</title>
         <author></author>
         <link>https://padlet.com/danggum999/q7ekm20p3swst7qr/wish/3646979103</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://dbfks.my.canva.site/2" />
         <pubDate>2025-10-23 07:31:08 UTC</pubDate>
         <guid>https://padlet.com/danggum999/q7ekm20p3swst7qr/wish/3646979103</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/danggum999/q7ekm20p3swst7qr/wish/3646980014</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://asdfasdklfjw.my.canva.site/team-connect" />
         <pubDate>2025-10-23 07:31:38 UTC</pubDate>
         <guid>https://padlet.com/danggum999/q7ekm20p3swst7qr/wish/3646980014</guid>
      </item>
      <item>
         <title>철학자 맞추기 게임</title>
         <author></author>
         <link>https://padlet.com/danggum999/q7ekm20p3swst7qr/wish/3646980163</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://asdfasdklfjw.my.canva.site/dag2l-xgyfy" />
         <pubDate>2025-10-23 07:31:45 UTC</pubDate>
         <guid>https://padlet.com/danggum999/q7ekm20p3swst7qr/wish/3646980163</guid>
      </item>
      <item>
         <title>통합과학 지구환경퀴즈</title>
         <author></author>
         <link>https://padlet.com/danggum999/q7ekm20p3swst7qr/wish/3646981185</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://asdfasdklfjw.my.canva.site/intergratedquiz10" />
         <pubDate>2025-10-23 07:32:24 UTC</pubDate>
         <guid>https://padlet.com/danggum999/q7ekm20p3swst7qr/wish/3646981185</guid>
      </item>
      <item>
         <title>일정 관리 앱</title>
         <author></author>
         <link>https://padlet.com/danggum999/q7ekm20p3swst7qr/wish/3646981620</link>
         <description><![CDATA[<p>스마트 일정관리</p>]]></description>
         <enclosure url="https://asdfasdklfjw.my.canva.site/dag2l31btt4" />
         <pubDate>2025-10-23 07:32:35 UTC</pubDate>
         <guid>https://padlet.com/danggum999/q7ekm20p3swst7qr/wish/3646981620</guid>
      </item>
      <item>
         <title>대중음악 장르 퀴즈</title>
         <author></author>
         <link>https://padlet.com/danggum999/q7ekm20p3swst7qr/wish/3646982292</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://asdfasdklfjw.my.canva.site/popmusic" />
         <pubDate>2025-10-23 07:33:01 UTC</pubDate>
         <guid>https://padlet.com/danggum999/q7ekm20p3swst7qr/wish/3646982292</guid>
      </item>
      <item>
         <title>영단어 ox</title>
         <author></author>
         <link>https://padlet.com/danggum999/q7ekm20p3swst7qr/wish/3646983084</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://asdfasdklfjw.my.canva.site/dag2lyuxvbu" />
         <pubDate>2025-10-23 07:33:38 UTC</pubDate>
         <guid>https://padlet.com/danggum999/q7ekm20p3swst7qr/wish/3646983084</guid>
      </item>
      <item>
         <title>스터디메이트</title>
         <author></author>
         <link>https://padlet.com/danggum999/q7ekm20p3swst7qr/wish/3646983996</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://asdfasdklfjw.my.canva.site/dag2l8kywka" />
         <pubDate>2025-10-23 07:34:10 UTC</pubDate>
         <guid>https://padlet.com/danggum999/q7ekm20p3swst7qr/wish/3646983996</guid>
      </item>
   </channel>
</rss>
