Editor format
How to update daily and monthly
Open current-affairs.js. Add daily items at the top of currentAffairsItems, and monthly revision items at the top of monthlyAffairsItems.
{
date: "2026-06-13",
country: "India",
topic: "Economy",
title: "Short headline",
summary: "Two-line update for learners.",
examUse: "Why this matters for exams.",
source: "Official source name"
}
{
month: "June 2026",
country: "India",
topic: "National",
title: "Monthly revision headline",
highlights: ["Point one", "Point two", "Point three"],
examUse: "Likely exam angle.",
source: "Verified source list"
}