An interactive web application that helps users write their will through guided questions and voice recording features.
- 50 carefully crafted questions to guide users through the will-writing process
- Progress saving functionality
- Voice recording capability
- Modern, responsive design
- Notification system for user feedback
- Keyboard shortcuts for efficient navigation
- Preview and download capabilities
index.html- Main HTML filecss/styles.css- Styling and animationsjs/app.js- Core application logicjs/questions.js- Question databasejs/script.js- Notification system and utilities
- Google Fonts (Noto Sans KR)
- Modern browser with JavaScript enabled
- Microphone access for voice recording feature
Tested and supported in:
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Edge (latest)
- Clone or download this repository
- Host the files on any web server
- Access index.html through a web browser
- Click "새로운 유언장 작성하기" to start a new will
- Answer the guided questions
- Use keyboard shortcuts for navigation:
- Ctrl + Enter: Next question
- Alt + Left Arrow: Previous question
- Alt + Right Arrow: Next question
- Ctrl + S: Save progress
- Record voice messages if desired
- Preview and download the final document
All data is stored locally in the user's browser using localStorage. No data is transmitted to any server.
MIT License
[Your Name]