NCAA + React + Vue.js + jQuery

What I Did

This is just a fun little one-page app I wrote to teach myself ES6, React and Vue.js. I have always been a big fan of NCAA basketball, and so a few years ago I scraped data about all three divisions in order to create a simulator program. I may do more with this in years to come, but in the meantime the data served a really great purpose here. I built a simple API with MySQL calls to deliver that data using fetch. Then I store that data and map it to keep my network calls down.

I really love working with data I/O like this.