[
  {
    id: 1,
    tytul: "Angular od podstaw",
    filename: "angular.jpg",
    poziom: "Początkujący",
    czas: 12
  },
  {
    id: 2,
    tytul: "Zaawansowany Python",
    filename: "python.jpg",
    poziom: "Zaawansowany",
    czas: 16
  },
  {
    id: 3,
    tytul: "HTML i CSS",
    filename: "htmlcss.jpg",
    poziom: "Początkujący",
    czas: 8
  },
  {
    id: 4,
    tytul: "Node.js i Express",
    filename: "node.jpg",
    poziom: "Średniozaawansowany",
    czas: 14
  }
]