Projects

Open source projects, that I have created and whose source code you can preview.

Jotta CMS

Micro CMS based on the PHP Symfony framework. The page you are viewing now uses this code.

Functionality summary:

  • Micro CMS with the ability to add pages and content for these pages
  • The content is saved in the database in Markdown format
  • The frontend has two themes; light and dark
  • Two language versions: english and polish

Technologies used:

  • The project is written in PHP 7.4, is based on the standard edition of Symfony 5
  • I used Easy Admin 3 to create the administration panel
  • The frontend is written in the Twig template system and using Bootstrap 5