Skip to content

Instantly share code, notes, and snippets.

View shawnohn's full-sized avatar
🎾
Play tennis

Shawn Ohn shawnohn

🎾
Play tennis
View GitHub Profile
@shawnohn
shawnohn / toss-frontend-rules.mdc
Created May 14, 2025 13:45 — forked from toy-crane/toss-frontend-rules.mdc
토스 프론트엔드 가이드라인 기반으로 만든 Cursor rule
# Frontend Design Guideline
This document summarizes key frontend design principles and rules, showcasing
recommended patterns. Follow these guidelines when writing frontend code.
# Readability
Improving the clarity and ease of understanding code.
@shawnohn
shawnohn / vanilla-supabase.html
Created April 15, 2025 20:26
Supabase with Vanilla JS
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<script src="https://cdn.jsdelivr.net/npm/@supabase/supabase-js@2"></script>
</head>
<body>
<h1>Supabase with Vanilla JS</h1>
<div id="history"></div>