Clean markup and nothing more. HTML and CSS only.
A compact React project featuring a multi-step movie production form. The form includes
field validation, data persistence via localStorage, and an adaptive
paginator-progress bar component that dynamically adjusts to the number of steps.
A complete rebuild of an unmanageable WordPress site into a static website, designed
and coded from scratch. The project features a contact form implemented with PHP for
submission, including validation that effectively blocks bots (a key improvement over
the previous version). Built using pure HTML, CSS, and
JavaScript, with smooth animations powered by GSAP. The design was
provided in Figma, and I translated the layouts into code.
A React app built with TypeScript and Ant Design, bundled
using Vite. The app renders a cuboid based on user-provided dimensions, with its
vertices calculated via a custom API. Features include client-side
rendering and support for two themes.
A Next.js-powered i18n blog platform coming soon designed
for publishing multilingual articles and boosting visibility. Built with TypeScript and
Tailwind CSS, it generates static pages server-side and integrates the
telegra.ph API for seamless article creation.
A simple To-Do application built with React,
TypeScript, and MUI, designed for ease of use. It saves tasks to
localStorage, allowing users to create, mark as completed, and delete tasks.