Skip to content

ryguyk/hep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About this Project

This is a demo project intended to be a code sample. The project is small in scope, but it encompasses a number of useful pieces that should offer a glimpse into my experience and capabilities as a developer. Additonally, it covers a topic that is very near and dear to my heart, and I think it's always useful to learn more about a developer than just what he does at a keyboard!

Deployed Site

The site is deployed with Vercel. It can be viewed here.

Component Library

This project embraces Component-Driven Development (CDD). A library of reusable components developed for this site is viewable here. The component library is built with Storybook.

Useful Notes

The most notable piece of this project is the score calculator found on this page. The code for the UI component is found here. The math that forms the foundation of the utility of this calculator is developed under a functional paradigm, and the useful files can be found in this directory.