Wrestle Cards

Wrestle Cards

A lot of my code lately has been vuejs or plain old javascript. And while I feel like vue is very much akin to React, a lot of folks get antsy at that.

So I set up a demo project to solve my own Code Test I wrote up for candidates. It’s over here

The backend runs on Node/Express with a quick and dirty file based db provided by lowdb. The front end is using fetch, react, redux, and bulma for the css. I’m using deploybot for CD to the site with some shell scripts I whipped up to rebuild the installation and restart pm2 on my digital ocean droplet.

Cool beans eh? Check out the code here.