"One Mo' A Day Keeps The Blues Away"
Mo'Daily is a beautiful, static motivational website that delivers daily inspirational quotes with a warm, friendly design that's relaxing and appealing to the eyes.
- Daily Quote Rotation: Automatically displays a different motivational quote each day
- Beautiful Design: Warm, calming color palette with smooth animations
- Responsive Layout: Perfect experience on desktop, tablet, and mobile devices
- Email Subscription: Users can subscribe to receive daily motivation via email
- Quote Sharing: Easy sharing functionality with Web Share API support
- Accessibility First: Semantic HTML and keyboard navigation support
- No Dependencies: Pure HTML, CSS, and JavaScript - no frameworks required
- Open
index.htmlin your web browser - Enjoy your daily motivation!
For development, run a local server:
python -m http.server 8000mo_daily/
βββ index.html # Main HTML file
βββ styles/main.css # Styling and responsive design
βββ scripts/app.js # JavaScript functionality
βββ data/quotes.js # Motivational quotes collection
Mo'Daily embraces a warm and friendly aesthetic with:
- Soft coral and sage color palette
- Modern typography with Inter and Playfair Display fonts
- Subtle animations and smooth transitions
- Card-based layout with gentle shadows
Edit data/quotes.js and add new quote objects:
{
text: "Your motivational quote here",
author: "Author Name"
}All styles use CSS custom properties in styles/main.css for easy theming.
Works on all modern browsers (Chrome 60+, Firefox 55+, Safari 12+, Edge 79+).
Made with β€οΈ for those who need a little mo' motivation