A responsive, multilingual landing page for the Routine Tracker mobile app, showcasing features and providing download information.
- Responsive Design: Optimized for all device sizes (mobile-first approach)
- Multilingual Support: German and English with dynamic language switching
- SEO Optimized: Meta tags, structured data, sitemap, and semantic HTML
- Modern UI: Clean design with Tailwind CSS, gradients, and smooth animations
- Performance: Fast loading with preloaded resources and optimized assets
- Accessibility: WCAG compliant with ARIA labels and keyboard navigation
- Temporary Banner: Easily removable "download not available" notices
Website: https://tracker-app-webpage.netlify.app/
Routine Tracker is an intuitive Android habit tracking app featuring:
- ✅ Multiple Routine Management: Create unlimited daily habits
- 🔥 Streak Tracking: Build impressive consistency chains
- 🔔 Smart Notifications: Personalized reminders at perfect times
- 📊 Detailed Analytics: Progress trends and meaningful statistics
- 🏆 Achievement System: Gamification elements and milestone rewards
- 🔒 Privacy-First: 100% local storage, no cloud sync required
- 🌓 Theme Support: Automatic dark/light mode switching
- HTML5: Semantic markup with modern standards
- Tailwind CSS 2.2.19: Utility-first styling framework
- Vanilla JavaScript: Clean, dependency-free interactivity
- Font Awesome 6: Professional icons and symbols
- Structured Data: Schema.org markup for SEO
- Netlify: Hosting with automatic deployments
tracker-app-webpage/
├── index.html # Main landing page (multilingual)
├── datenschutz.html # Privacy policy (German)
├── datenschutz-en.html # Privacy policy (English)
├── impressum.html # Imprint (German)
├── impressum-en.html # Imprint (English)
├── robots.txt # Search engine directives
├── sitemap.xml # Site structure for SEO
├── DEPLOYMENT.md # Deployment instructions
├── README.md # This file
└── assets/
└── img/
├── app-icon.png # App icon
├── Main_page.jpg # App screenshot
├── Status_page.jpg # Analytics screenshot
├── Settings_page.jpg # Settings screenshot
└── favicon_io/ # Favicon files
- Compelling headline with gradient text effects
- App description and value proposition
- Temporary: Download unavailable banner (easily removable)
- Primary CTA button (currently disabled)
- Six key app features with icons and descriptions
- Hover effects and smooth animations
- Responsive grid layout
- Three app screenshots with captions
- Mobile-optimized presentation
- Lazy loading for performance
- Temporary: Download not ready notice
- Disabled download buttons with visual feedback
- iOS coming soon information
- App compatibility details
- Quick navigation links
- Legal pages (privacy, imprint)
- Contact information
- Multi-language support
- German (DE): Default language
- English (EN): Full translation available
- Dynamic language switching
- LocalStorage persistence
- URL parameter support (
?lang=en) - Automatic meta tag updates
- Language-specific legal page routing
- Extend the
translationsobject inindex.html - Add corresponding legal pages (
datenschutz-[lang].html) - Update language switcher options
- Live URL: https://tracker-app-webpage.netlify.app/
- Automatic deployments from GitHub
- Custom domain ready
- Performance optimizations enabled
# Vercel
vercel --prod
# GitHub Pages
# Push to gh-pages branch
# Firebase Hosting
firebase deploy- CSS: Remove styles with
/* TEMPORARY */comments - HTML: Remove
download-not-availablediv elements - JavaScript: Remove
temp.*translation keys - Classes: Remove
download-disabledfrom buttons
- Remove
download-disabledclass - Add actual Google Play Store URL
- Update
aria-labelattributes - Test download functionality
- Lighthouse Score: 95+ (Performance, Accessibility, Best Practices, SEO)
- First Contentful Paint: < 1.5s
- Largest Contentful Paint: < 2.5s
- Cumulative Layout Shift: < 0.1
- Main App Repository - The actual Android application
- Privacy Policy - German privacy policy
- Privacy Policy EN - English privacy policy
- Email: mail@sebastian-rothe.com
- GitHub: https://github.com/Sebastian-Rothe/tracker-app
- Website: https://tracker-app-webpage.netlify.app/
Made with ❤️ for building better habits