pages/courses/Courses

Courses component. Displays a paginated list of programming courses, each with title, description, duration, and technologies used. Features: - Uses i18next for translations of titles, descriptions, and UI texts. - Shows 4 courses per page with next/previous pagination buttons. - Each course is displayed inside a Card with expandable technologies section.
Description:
  • Courses component. Displays a paginated list of programming courses, each with title, description, duration, and technologies used. Features: - Uses i18next for translations of titles, descriptions, and UI texts. - Shows 4 courses per page with next/previous pagination buttons. - Each course is displayed inside a Card with expandable technologies section.
Source:
Returns:
The rendered Courses page section.
Type
JSX.Element