A delightful poetry writing application that helps inspire creativity through random prompts and various poetry styles. Features include:
- Random poetry prompt generation
- Multiple poetry styles (Haiku, Sonnet, Limerick, etc.)
- Style validation for structured poems
- Unique "doom scale" measurement
- Local storage for saved poems
- Beautiful, responsive UI with a playful design
- Clone the repository
- Install dependencies:
npm install
- Start the development server:
npm start
- Haiku (5-7-5 syllable pattern)
- Sonnet (14 lines)
- Limerick (5 lines)
- Free Verse
- And more!
The unique doom scale measures the "darkness" of your poetry based on:
- Word choice
- Rhyme patterns
- Word variety
- Punctuation drama
Your poems are automatically saved to your browser's local storage, so they persist between sessions.
- React
- Tailwind CSS
- LocalForage for storage
- Syllable for poetry validation
Feel free to submit issues and enhancement requests!
MIT License - feel free to use and modify as you like!