A cryptocurrency ranking website with live 7-day price history. Built with Vue.js, Sass and a Gulp development and build process. Uses the CoinCap API & CryptoCompare API for data, and CanvasJS for charts.
The site is clean and responsive, and Vue displays the table's data reactively as it is loaded or sorted.
The Gulp development process includes live-reloading previews and auto-compiling .scss files. In addition, the Gulp build process is set up to concatenate and minify .js and .css files, giving the website faster load times.
Automating tasks with Gulp really sped up the development process, and using Sass allowed me to write less and do more, while keeping my CSS maintainable.
Vue.js 3rd-Party APIs Sass Gulp Git HTML5 & CSS3
An Income Tax / Take-Home Pay Calculator - based on a spreadsheet I created to assist my budgeting.
The site is cross-browser compatible, with a responsive layout for mobile devices.
It features dynamic content powered by JavaScript, including pie charts and interactive elements, and it performs its calculations in real-time within the browser.
JavaScript Git HTML5 & CSS3