•6 months software engineering program, focusing on algorithm, data structures, and computer science fundamentals.
•Built full-stack web applications with JavaScript, MySQL, and the MERN stack: MongoDB, Express, React, Node.
VIZTORY - 2018 (https://github.com/zzyou/visual-housing-price)
(https://viztory.herokuapp.com/)
Created a data visualization application to show house price change from 1975 to 2017.
Built with Node, Express, MySQL, React, D3, Materialize, OAuth.
•Built components from scratch, including D3 bar charts.
•Features include customized bar chart animation according to different year, state level data and city level data.
•Cleaned and analyzed 16000+ rows of house price index data.
WALL OF WISDOM - 2018 (https://github.com/zzyou/techtonica-quotes)
Created a quotes publishing application to share inspirational quotes within the community. Built with Node, Express, MongoDB, Bootstrap, EJS, jQuery.
•Ideated a mobile responsive single page navigation web app that allows users to post inspiration quotes.
•Led a group of three peers to scope down the project, build features, and fix bugs.
•Built features such as input flow, user feedback, and animated carousel of quotes.
•Used Git and GitHub to streamline teamwork, version control, and code reviews.
REACT CALCULATOR - 2018 (https://github.com/zzyou/calculator-react)
Created a calculator application with React.
•Built components from scratch, including buttons, input box and animations.
•Based on the previous project jQuery Calculator, translated jQuery code to React code, and polished the operation function to cover edge cases.
•Features include consecutive operations, operations on negative numbers and decimals.