Projects

Livewire Comment System
LivewireThis is a drop-in comment system built with Livewire, that works for any model. You can create, edit or delete your comment and also reply to your own or other peoples comments.

Livewire AI Chatbot
LivewireThis is an AI chatbot using Livewire and ChatGPT. It's interacting with the OpenAI API and while the API response is being streamed in, its also being rendered, so markdown is displayed correctly.

Livewire-Trello
LivewireThis is a Trello clone with drag and drop sorting, built with Laravel Livewire. It can edit column titles inline, edit cards and add notes, archive cards and columns, and put them back on the board.

LinkedIn UI
FigmaThis is a recreation of LinkedIn's UI. It's a final project of mine, to test my skills in Figma. It features interactions between components, as well as a light and dark mode, using variables.

Static File Blog
LaravelThis is a static file Blog written in Laravel. It's driven by markdown files (no database required). It features things like post tagging and pagination. Plus, it'll render in record time.