Skip to content
View gherghett's full-sized avatar

Highlights

  • Pro

Block or report gherghett

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
gherghett/README.md

Daniel Gherghetta

Welcome to my GitHub

Aiming for Fullstack and code tinkerer in Borås, Sweden, currently one year into my systemutvecklare program at YrkesHögskolan Borås. I love experimenting with new technologies and working with others building all sorts of projects – from web tools and design clones to little games and handy CLI utilities.

🚀 Projects & Highlights

Alt Text

  • Bokbörsen Multi Search – C# Blazor web tool to search for multiple books at once on Bokbörsen (a Swedish used-books marketplace) and find single sellers who have many of them. Why? On Bokbörsen, shipping is per seller – this tool helps you save on shipping by bundling purchases from one seller. Repo · Live Demo

  • Personal Site Generator (Daniels-Hemsida) – The source code behind grgta.xyz, my personal website. It’s a custom static site generator built from scratch in Python using Markdown files for content. I built this to learn how static site generators work under the hood (instead of using off-the-shelf solutions). Repo

  • Visual Clones – Recreating the look and feel of real websites to sharpen my frontend skills:

    • SCB.se Clone – HTML/CSS (Tailwind) visual clone of the SCB (Statistics Sweden) website, practicing responsive design and layout. Repo See demo
    • Systembolaget Clone – A study of CSS Grid by replicating Systembolaget’s design. Repo See demo
    • “Streamflix” – A Netflix-inspired streaming UI concept with AI-generated movie posters. This was a fun project to explore creative web design (and play with AI image generation). Spent a whole day on prompting the images. Repo See demo
  • Games – A few hobby game projects, because why not: Alt Text

    • DOM Snake – A twist on the classic Snake game written in vanilla JS, rendered entirely with HTML/CSS (no canvas). It gets tricky as the snake grows! Repo Play

    • You Are The Weapons Manager – A Godot game jam entry (PirateSoftware Jam #16) that flips the Vampire Survivors genre on its head – instead of being the hero, you manage the hero’s weapons and upgrades. Repo Play on itch.io

    • Pinball – A mini browser pinball game built to try the Godot game engine. It has a twist after the first level. Play it on my site! Play Here

  • Web Dev

    • Calendar Todo App in React - A simple responsive calendar-based todo list built using React and Tailwind CSS. Without using a full bundler setup - kind of crazy how far you can get with CDNs! Repo Demo
    Alt Text
    • Draggable Cards - React & Vite - UI demo of draggable, animated cards — inspired by cards in games like Pokémon or Magic: The Gathering, made with CSS/HTML and adapted into React components. This was a fun UI experiment to explore drag mechanics in JS. Repo Demo
  • CLI Tools – Little command-line utilities to automate tasks and make life easier:

    • InputHandler – A simple C# library for handling console input, making it easier to build interactive command-line apps. Repo
    • README Maker – A Python CLI that uses the OpenAI API to generate a README.md from a project’s codebase. Great for jumpstarting documentation. Repo
    • Lineup Screenshots – A handy script to automatically line up screenshots (or any images) side-by-side into one image. Useful for before/after comparisons or documentation. I actually use this quite a bit. Repo

🌱 What I’m Up To

Aside from school projects and the ones above, I’m always tinkering with new ideas and learning new tech. Lately, I've been exploring AI APIs, responsive design techniques, and the Godot game engine.

➡️ Feel free to check out my personal site grgta.xyz for more projects, info about me, and links to connect (like my LinkedIn). Thanks for reading! 🎉

Pinned Loading

  1. Bokborsen-Multi-Search Bokborsen-Multi-Search Public

    Ett verktyg för att söka efter flera böcker samtidigt på Bokbörsen – och hitta säljare som har flera av dem.

    HTML 1

  2. Daniels-Hemsida Daniels-Hemsida Public

    Source code for my website grgta.xyz that uses a python script for static site generation

    Python 1

  3. Calendar-Todo-App-in-React Calendar-Todo-App-in-React Public

    A simple responsive calendar-based todo list built using React and Tailwind CSS. Without using a full bundler setup.

    JavaScript

  4. Systemet Systemet Public

    A small exploration of grids in CSS a study of systembolaget.se

    HTML

  5. DOM-Snake DOM-Snake Public

    Tricky browser game with a twist and rendered using HTML/CSS

    JavaScript 1

  6. InputHandler InputHandler Public

    C# classes to handle input from user in the console

    C# 1