The leading digital platform for women's sports in Rwanda, expanding across East Africa. Owned and operated by ZETALENT MEDIA.
# ZeTalent Media Platform
**The digital home of women's sports in Rwanda and East Africa.**
---
## About
ZeTalent Media is a full-stack sports media platform built and owned by **Jean-Aimé**, covering women's football, basketball, volleyball, handball, athletics and more across Rwanda and East Africa.
The platform features a public-facing news and sports portal with a powerful admin panel for full content management.
---
## Features
### Public Portal
- Multi-language support — English, French, Kinyarwanda
- Breaking news ticker with live article pages
- Sports categories: football, basketball, volleyball, handball, athletics
- Fixtures, standings, teams and player profiles
- Social sharing — WhatsApp, X/Twitter, Facebook, copy link
- OG meta tags for rich link previews on WhatsApp and social media
- Social wall (Twitter/X embed feed)
- Newsletter subscription
- Dark / light theme toggle
- Fully responsive — mobile first
### Admin Panel (`/admin`)
- Secure JWT-based authentication
- News article editor with multi-language tabs (EN / FR / RW)
- Rich body editor with image upload support
- Article settings: status, category, sport, author, cover image, featured / trending / breaking flags
- Mobile-responsive modal editor with collapsible settings panel
- Media library
- Team, player, match and standings management
- Sponsor management
- Newsletter management
- User management
- Analytics dashboard
- Contact messages inbox
---
## Tech Stack
| Layer | Technology |
|---|---|
| Frontend | React 18, TypeScript, Vite, Tailwind CSS, Framer Motion |
| Backend | Node.js, Express.js |
| Database | PostgreSQL 14 |
| Auth | JWT (jsonwebtoken) |
| File uploads | Multer |
| Web server | Nginx (reverse proxy + static files) |
| Process manager | PM2 |
| SSL | Let's Encrypt (Certbot) |
| Hosting | VPS — AlmaLinux 9 (Namecheap) |
---
## Project Structure
```
zetalent/
├── frontend/ # React + TypeScript SPA
│ ├── src/
│ │ ├── admin/ …