A web app to make writing fun and rewarding for kids with learning differences.
Live Site: promptl.com (allow Render a few moments to load the web app)
Promptl is a gamified writing platform designed specifically for children with learning differences like dyslexia. By combining creative writing prompts with a point-based reward system, Promptl makes writing practice engaging and motivating.
🎯 Daily Writing Prompts - Get creative prompts with 5 words to inspire your story
⭐ Point System - Earn points by writing!
- Write 70+ words using all 5 prompt words → earn points
- Write 100+ words → bonus points!
📝 Word Tracker - Real-time word count displayed as you write
💾 Save Your Stories - "Publish" and save your work (don't worry, it doesn't go to anyone else)
- Backend: Python, Flask
- Frontend: HTML, CSS, JavaScript
- Database: MongoDB
- Deployment: Render
promptl/
├── main.py # Flask application entry point
├── requirements.txt # Python dependencies
├── render.yaml # Deployment configuration
├── static/ # Static assets (CSS, JS, images)
├── templates/ # HTML templates
├── utils/ # Utility functions
├── UserInterface/ # UI components
└── text/ # Text processing utilities
- Creator: Zoe
- Portfolio: zcoder365.github.io/PortfolioSite
