56 lines
1.2 KiB
TypeScript
56 lines
1.2 KiB
TypeScript
export const newsAppFeatures = [
|
|
'Accessing the latest news articles',
|
|
'Reading one new article',
|
|
'Breaking news alerts',
|
|
'Live news streaming',
|
|
'Search',
|
|
'Login / sign up',
|
|
'Personalized news feed',
|
|
'News article bookmarking',
|
|
'News article sharing',
|
|
'Commenting on articles',
|
|
'Multi-language support',
|
|
'News article recommendations',
|
|
'News article summarization',
|
|
'News article audio playback',
|
|
'Offline reading',
|
|
'Polls',
|
|
'News article ratings',
|
|
'News article history',
|
|
'News articles based on geolocation',
|
|
'Public access to data sources'
|
|
]
|
|
|
|
export const appFeatures = [
|
|
'Login / Sign Up',
|
|
'Search',
|
|
'Geolocation',
|
|
'Note Taking',
|
|
'Calendar Integration',
|
|
'Push Notifications',
|
|
'In-App Purchases',
|
|
'Social Media Integration',
|
|
'Location Services',
|
|
'Offline first Mode',
|
|
'User Profile',
|
|
'Analytics',
|
|
'Multi-language Support',
|
|
'Dark Mode',
|
|
'QR Code Scanner',
|
|
'Cloud Sync',
|
|
'Customizable Themes',
|
|
'File Uploads',
|
|
'Video Streaming',
|
|
'Voice Commands',
|
|
'Augmented Reality',
|
|
'Data Encryption',
|
|
'Biometric Authentication',
|
|
'Wearable Integration',
|
|
'Smart Home Integration',
|
|
'IoT Connectivity',
|
|
'Predictive Text',
|
|
'Speech Recognition',
|
|
'Image Recognition',
|
|
'Document Scanning'
|
|
]
|