Skip to content
View linmicarm's full-sized avatar

Block or report linmicarm

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
linmicarm/README.md

typing animation

full-stack dev · anime & gaming nerd · building cute things on the internet

LinkedIn GitHub Email


✨ featured work

🍑 404 Offlinelive

atlanta's nerd scene, found

a full-stack community platform for atlanta's anime, gaming, cosplay, and kawaii scene. maps local venues (spawn points), surfaces community events (side quests), and tracks conventions — so the scene stays alive between con seasons.

multi-entity crud, leaflet maps with geolocation, threaded comments, featured event pinning, add-to-calendar, dark mode with grain texture, and an editorial design system built from scratch.

live demo · repo

🏮 lanternlive

a multilingual home for niche hobby groups

a full-stack community platform built for smaller, more intimate communities than mainstream social platforms serve. discussion boards, event coordination, and resource sharing — designed for groups that don't all speak the same language.

the interesting part isn't the boards. it's the membership model underneath: per-community roles (owner/mod/member), a public/private access gate that lets guests browse open communities but read-walls private ones, and posts that are locale-tagged so multiple languages sit side by side on the same board.

live demo · repo

🍓 hoshiilive

an emotional archive for the things you watch

a cozy anime & manga tracker built around a 13-mood emotional vocabulary. log what you watch by how it made you feel, browse your reflections by mood, and get a gentle "prescribe me something" pull rooted in your own recent feelings.

the interesting part isn't the tracking. it's the mood system that drives every surface, the graphql integration with anilist for discovery, and the accessibility + rls work that make it hold up as a real product — keyboard-navigable, focus-trapped modals, owner-scoped data.

live demo · repo

a plan written in pencil, because plans change

a real-time collaborative planning board. two people open the same board, one drags a card, the other sees it move.

the interesting part is that neither breaks when they drag the same card at once. the server is the referee: clients send an intent, not a state, and the broadcast never waits on the database.

live demo · repo


🌱 what i'm working on

  • The Save Point — a cozy personal journaling platform with seasons as a first-class data model
  • getting better at the part that isn't code: designing systems, making tradeoffs, knowing what to cut
✨ current obsessions (...totally not related to how i code)
  • 🎮 game: SF6 (maining JP)
  • 📺 anime: the apothecary diaries, witch hat atelier, and inuyasha
  • 📖 manga: NANA
  • 🧶 making: magical girl-inspired illustrations
  • 🎵 listening to: jazz hip-hop and video game osts

🎨 other things i've built

project what it is built with links
🪞 Kagami a gentle journaling companion — write an entry, receive one soft ai reflection back. not advice, just a quiet noticing. a wellbeing guardrail runs before the model is ever consulted, and a serverless proxy keeps the api key off the client. repo · live
🌈 Personal Portfolio a fully hand-coded personal portfolio site built with vanilla HTML, CSS, and JavaScript. repo · live
🍑 Atlanta Non-Place Detector an intown atlanta field guide that ranks neighborhoods by how alive they feel, using marc augé's idea of the non-place. map-based, marta-themed, with live openstreetmap data. repo · live
📌 Volunteer Opportunity Board a react application that helps users discover volunteer opportunities from a public API and post their own. repo · live
🔮 Lunar Tea Room a fictional tarot reader's portfolio site with an earthy, mystical aesthetic and a working 78-card deck you can pull from. repo · live
🍵 Bento Tea a kawaii sticker-book-inspired storefront for a fictional ready-to-sip tea brand. repo · live
📊 Admin Dashboard a kawaii sticker-book admin dashboard laid out almost entirely with css grid, responsive down to mobile and built for accessibility. repo · live
🍡 MochiBoard a soft, customizable productivity dashboard with nine drag-and-drop widgets, a paint-a-day mood grid, and a reactive mochi mascot. structure without the stress. repo · live
Café Compass a café finder for remote workers that filters by wifi, noise, outlets, and vibe, with a live map and reviews. built to show relational postgres modeling — joins, enums, and an aggregate view behind a clean express api. repo · live
📚 SoftShelf a digital bookshelf and reading journal for people who treat reading as a ritual. shelve books, track reading status, and keep the passages that moved you alongside how they made you feel — annotations anchored to the quote, not a page number. repo · live
🌷 petal.fm a lo-fi & ambient music player that browses by mood instead of genre, with a custom-built audio player and a day/night theming system that follows your system preference. curated, auth-free, and calm by design. repo · live
🌸 early work — where i learned the fundamentals
project what it is links
Glow Sign-Up Page a sign-up page for Glow, a fictional mood-journaling app to check in with yourself. repo · live
🌙 Sailor Moon Duels a sailor moon-themed rock paper scissors game built with vanilla JS. repo · live
🖼️ Etch-A-Sketch a pastel-themed, browser-based Etch A Sketch. repo · live
🧮 Calculator a fully functional calculator built with vanilla JavaScript. repo · live
🍙 Odin Eats a handcrafted recipe collection page featuring japanese dishes and drinks. repo · live
🖥️ Landing Page a hand-coded landing page from the odin project foundations curriculum. repo · live
📚 Library a book-tracking app built from the odin project — add, remove, and mark books read through a <dialog> form, with everything saved to localStorage. a study in separating data from display, prototypes, and event delegation. repo · live

🧰 tech stack

languages
frontend
backend
tools

💌 find me here


✨ thanks for stopping by ✨

visitor count

Pinned Loading

  1. 404-offline 404-offline Public

    a full-stack community directory for atlanta nerds

    JavaScript

  2. lantern lantern Public

    A multilingual community platform for niche hobby groups and small creative communities

    TypeScript

  3. penciled-in penciled-in Public

    a real-time collaborative planning board.

    TypeScript

  4. hoshii hoshii Public

    a cozy anime & manga tracker built around a 13-mood emotional vocabulary. log what you watch by how it made you feel, browse your reflections by mood, and get a gentle "prescribe me something" pull…

    TypeScript

  5. kagami kagami Public

    a gentle journaling companion

    JavaScript

  6. cafe-compass cafe-compass Public

    Full-stack café finder — filter by wifi, noise, outlets, vibe. React + Express + Postgres.

    JavaScript