Palette — Angel Mankel portfolio

Neutrals

bg #0a0a0a
bg-elevated #1c1c1c
border #2e2e2e
text-muted #6b6b6b
text #ededed

Accent

accent #d4a24a

Hover states

bg-elevated · hover #262626
border · hover #3d3d3d
text-muted · hover #9a9a9a
text · hover #ffffff
accent · hover #e6b966

Previews

Frontend engineer with deep AI-tooling fluency.

I ship production React at Village Medical and build custom Claude Code workflows that make the day-to-day faster.

See selected projects →

Village Medical — patient scheduling redesign

Software Engineer2024React · TypeScript

Rebuilt the patient appointment scheduling app from a legacy Salesforce flow into a self-contained React surface used across clinics.

Read the case study →

timeline
2024 – nowVillage Medical · Software Engineer
2022 – 2024Village Medical · Salesforce Admin
2019 – 2022Gila River · Help Desk / IT

Download CV (PDF)

// custom Claude Code slash command export default { name: 'review', run: async (ctx) => { await ctx.runDiffReview() } }