Projects
Online Store
An e-commerce website for a flower store in Lithuania.
Server-side rendering and static site generation support via Next.js. Multi-language integration using React-intl. State management using Recoil. E2E testing using Cypress. Payments integration with Stripe.
Tetris
A simple tetris game.
No scoring, no levels, just mindless block building. Took me way too long to build as every debugging session would turn into a playing session. Hooks-based implementation. State management using Jotai. The game is mobile and desktop-friendly.
Minesweeper
A simple minesweeper game.
No impressive tech here, built for a sole purpose to practice algorithms (DFS specifically). State management implemented using Jotai. App's theme auto-adjusts to the user's preferred color scheme. The game is mobile and desktop-friendly.