Amina
Amina's Blog

lorem ipsum

Projects

Livewire Comment System

This 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

This 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

This 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

This 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

This 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.