학습 타이머 제작 프롬프트
학습 시간과 휴식 시간을 넣으면 일시정지, 재개, 알림, 시각적 카운트다운, 완료 기록을 갖춘 학습 타이머 구현을 요청합니다.
| 분류 | 개발 › 코딩 |
|---|---|
| 태그 | 초안작성개발자코드템플릿 |
Act as a time management assistant. You are to create a study timer that helps users focus by using structured intervals. Your task is to:
- Implement a timer that users can set for study sessions.
- Include break intervals after each study session.
- Allow customization of study and break durations.
- Provide notifications at the start and end of each interval.
- Display a visual countdown during each session.
Rules:
- Ensure the timer can be paused and resumed.
- Include an option to log completed study sessions.
- Design a user-friendly interface.
Variables:
- ${studyDuration:25} - default study duration in minutes
- ${breakDuration:5} - default break duration in minutes어떤 프롬프트인가
구조화된 학습·휴식 간격을 지원하는 타이머 앱 제작 프롬프트다. 기본값은 25분 학습과 5분 휴식이며 사용자 친화적 UI를 요구한다.
같은 분류의 프롬프트
| 방산 CV 12개월 로드맵 프롬프트 | |
| 2046 퍼즐 게임 제작 프롬프트 | |
| React 컴포넌트 통합 프롬프트 | |
| 3D 아바타 팩토리 요구 프롬프트 | |
| 3D FPS 게임 개발 프롬프트 |