Apple-inspired modern news aggregator built with SvelteKit.
Live RSS feeds · Real-time finance data · i18n (TR / EN) · Dark mode
MertNews is a full-featured, Apple.com-inspired news portal that aggregates 40+ RSS feeds from trusted international and Turkish sources into a single, beautifully designed interface. Every pixel is crafted to match Apple's design language — from the full-bleed promo grid to the horizontal scroll carousel and frosted-glass navigation.
| Feature | Description |
|---|---|
| Apple-style Promo Grid | Edge-to-edge, zero-radius modules with large imagery and pill CTAs — identical to apple.com product tiles |
| Horizontal Scroll Carousel | Snap-scrolling story strip with keyboard navigation and fade edges |
| Live Finance Dashboard | Real-time CBRT forex rates, Binance/CoinGecko crypto, and PAXG gold spot prices |
| Article Preview Modal | Inline iframe preview with frosted toolbar — no page navigation needed |
| Full i18n Support | Complete Turkish and English translations with locale cookie persistence |
| Dark Mode | Automatic prefers-color-scheme with Apple-calibrated dark palette |
| Mega Menu Navigation | Full-width flyout panels with source filters, just like apple.com |
| Smart Image Handling | Extracts images from RSS <media:content>, <enclosure>, and HTML content with HEAD-request verification |
| Search Overlay | Full-screen search with fuzzy matching and quick links |
| Currency Ticker | Scrolling ticker bar with live forex and crypto data |
| SEO & PWA Ready | Web manifest, Apple Touch Icon, multi-size favicons, semantic HTML |
src/
├── app.css # Apple design system tokens
├── app.html # Shell with favicon/manifest setup
├── components/
│ ├── Navbar.svelte # Global nav with mega menu panels
│ ├── Footer.svelte # 4-column footer with logo
│ ├── Hero.svelte # Full-viewport hero module
│ ├── NewsCard.svelte # Dual-mode card (carousel / grid)
│ ├── AppleHorizontalScroll.svelte # Snap-scroll carousel
│ ├── ArticleModal.svelte # Iframe preview modal
│ ├── SearchOverlay.svelte # Full-screen search
│ ├── CurrencyTicker.svelte # Scrolling ticker
│ ├── CurrencyGrid.svelte # Finance data grid
│ ├── AppleInfoPage.svelte # Static content layout
│ ├── ContactForm.svelte # Contact form
│ └── SkeletonCard.svelte # Loading placeholders
├── lib/
│ ├── i18n.js # TR/EN translations store
│ ├── stores/modal.js # Article modal state
│ └── server/
│ ├── rss.js # RSS aggregation engine (40+ feeds)
│ └── translate.js # Title translation pipeline
└── routes/
├── +page.svelte # Homepage (hero + carousel + grid)
├── [category]/ # Dynamic category pages
├── finans/ # Live finance dashboard
├── spor/ # Sports feed
├── kaynak/ # Source browser
└── api/ # Search & subscription endpoints
# Clone
git clone https://github.com/tahsinmert/MertNews.git
cd MertNews
# Install dependencies
npm install
# Development server
npm run dev
# Production build
npm run build
# Preview production build
npm run preview
MertNews aggregates content from 40+ trusted sources across five categories:
MertNews, Apple.com tasarım dilinden ilham alan, 40'tan fazla güvenilir uluslararası ve Türk kaynağından RSS beslemelerini tek bir arayüzde toplayan modern bir haber portalıdır. Tam genişlikte promo ızgarası, yatay kaydırmalı haber şeridi ve buzlu cam efektli navigasyonuyla her piksel Apple'ın tasarım standartlarına uygun şekilde hazırlanmıştır.
| Özellik | Açıklama |
|---|---|
| Apple Tarzı Promo Izgarası | Kenardan kenara, köşesiz modüller — büyük görseller ve pill butonlarla apple.com ürün kutularının birebir taklidi |
| Yatay Kaydırma Şeridi | Snap-scroll destekli haber şeridi, klavye navigasyonu ve soluklaşan kenarlar |
| Canlı Finans Paneli | TCMB döviz kurları, Binance/CoinGecko kripto ve PAXG altın spot fiyatları |
| Makale Önizleme Modalı | Buzlu cam araç çubuğuyla iframe içi önizleme — sayfa değiştirmeye gerek yok |
| Tam i18n Desteği | Eksiksiz Türkçe ve İngilizce çeviriler, çerez ile dil tercihi saklama |
| Karanlık Mod | Otomatik prefers-color-scheme ile Apple kalibrasyonlu koyu palet |
| Mega Menü Navigasyonu | Kaynak filtreli, tam genişlikte açılır paneller |
| Akıllı Görsel İşleme | RSS <media:content>, <enclosure> ve HTML içeriğinden görsel çıkarma, HEAD isteğiyle doğrulama |
| Arama Katmanı | Tam ekran arama, bulanık eşleşme ve hızlı bağlantılar |
| Döviz Ticker'ı | Canlı döviz ve kripto verileriyle kayan bant |
| SEO & PWA Hazır | Web manifest, Apple Touch Icon, çoklu favicon boyutları, semantik HTML |
# Klonlama
git clone https://github.com/tahsinmert/MertNews.git
cd MertNews
# Bağımlılıkları yükleme
npm install
# Geliştirme sunucusu
npm run dev
# Üretim derlemesi
npm run build
# Üretim önizlemesi
npm run preview
MertNews, beş kategori altında 40'tan fazla güvenilir kaynaktan içerik toplar:
This project is licensed under the MIT License.
Designed & developed with precision by tahsinmert