Integrates photo gallery, horoscope, recipe, and news widgets into a dynamic MSN-style bento grid homepage. Adds new routes for gallery and updates navigation. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 413891e8-d784-4bea-b9f5-91a5a68316b4 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: ac196a32-ec08-4953-9df7-633cb142cc48 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/f209e72a-0939-48fa-84fc-57854de71967/413891e8-d784-4bea-b9f5-91a5a68316b4/RVXhOPb Replit-Helium-Checkpoint-Created: true
3.4 KiB
3.4 KiB
news.folx.tv - MSN-Style News Portal
Overview
A professional MSN-style news portal for Folx Music Television (news.folx.tv). Dark-themed bento grid layout with content for folk music (Volksmusik/Schlager) fans. Features articles, videos, photo gallery, horoscope widget, recipe widget, Google News feed, and integrated AdSense ads. All content is hardcoded in seed for production deployments.
Architecture
- Frontend: React + Vite + TailwindCSS + shadcn/ui (dark mode)
- Backend: Express.js + Node.js
- Database: PostgreSQL with Drizzle ORM
- Routing: wouter (frontend), Express (backend API)
Key Features
- MSN-style bento grid homepage with FeaturedCarousel, HeroCard, MediumCard, TopStoriesList
- Photo gallery widget (156 Dropbox images) with fullscreen lightbox carousel
- Horoscope widget (12 zodiac signs, daily rotating texts)
- Recipe widget (6 Austrian/Slovenian recipes with modal)
- Google News RSS widget (Volksmusik/Schlager news)
- Google AdSense integration (ca-pub-4465464714854276)
- Article listing with featured carousel and category filtering
- HTML content supports embedded iframes (bunny.net, YouTube, Facebook, Instagram, TikTok)
- DOMPurify sanitization for safe HTML rendering
- Responsive design with mobile navigation
Data Model
articles: id (serial), title, slug (unique), excerpt, content (HTML), coverImage, category, author, featured, views, publishedAt
API Endpoints
GET /api/articles- All articlesGET /api/articles/featured- Featured articlesGET /api/articles/popular- Popular articles by viewsGET /api/articles/category/:category- Filter by categoryGET /api/articles/:slug- Single article (increments views)POST /api/articles- Create articlePATCH /api/articles/:id- Update articleDELETE /api/articles/:id- Delete articlePOST /api/upload- Upload image fileGET /api/gallery- Shuffled Dropbox gallery imagesGET /api/news-feed- Google News RSS feed for Volksmusik/Schlager
File Structure
shared/schema.ts- Drizzle schema + Zod validationserver/db.ts- Database connectionserver/storage.ts- Storage interface + DatabaseStorageserver/routes.ts- API routes + gallery + news feedserver/seed.ts- Hardcoded seed data (7 articles)server/gallery-data.json- 156 Dropbox gallery imagesclient/src/pages/home.tsx- MSN-style bento grid homepageclient/src/pages/article.tsx- Article detail pageclient/src/pages/category.tsx- Category listing pageclient/src/pages/videos.tsx- Videos pageclient/src/pages/gallery.tsx- Full gallery pageclient/src/components/header.tsx- Header with nav (Start, News, Video, Galerie)client/src/components/footer.tsx- Footer with linksclient/src/components/photo-gallery.tsx- Gallery widget + lightbox carouselclient/src/components/horoscope-widget.tsx- Horoscope widgetclient/src/components/recipe-widget.tsx- Recipe widgetclient/src/components/news-widget.tsx- Google News RSS widgetclient/src/components/adsense.tsx- AdSense ad components
Branding
- Dark theme (class="dark" on html)
- Primary/brand color: crimson/red (RGB 218,35,77)
- Background: 0 0% 5%, Card: 0 0% 9%
- Font: Poppins
- Logo: folx_MT_poz_b_1772296729169.png
External Services
- Bunny.net: Library 476412, CDN vz-7982dfc4-cc8.b-cdn.net (NO autoplay)
- Google AdSense: ca-pub-4465464714854276
- Dropbox: Gallery image thumbnails
- Google News RSS: Volksmusik/Schlager news feed