React Code Submissions
These are interactive, working demos of my technical submissions built using React and WordPress. Click each tab to preview the app, explore the UI, and download the source code.
JS Study Tracker
This interactive study guide was built as an onboarding tool for junior engineers to explore JavaScript fundamentals hour-by-hour. Each section includes runnable code samples, a custom code editor, and links to related Treehouse lessons.
Custom React Hook β useFilteredList Demo
This React demo showcases a reusable custom hook useFilteredList
built to filter any list dynamically. It includes a search input, clear button, and animated UIβall built with React best practices.
Custom Gutenberg Block β Team Card Builder
A custom WordPress Gutenberg block built with React for managing and editing team member cards inside the block editor. Features editable name, image, and bio fields.