Stock Sim

2020-03-13

A realtime public stock trading simulator that utilizes the IEX API. Check it out here!

Portfolio

This project was built as a submission for the NYC Tech Talent Pipeline assessment, and uses cool technologies like the IEX Stock API along with React, Redux, Node, Express and Sequelize to create a fullstack web application. You can take a look at my code and see how I sanitized the stock data to fit my needs in the front end, as well as how I managed to get realtime price updates with the useEffect hook! Another design pattern I decided to follow was seperating the business logic and visual logic for my react components. I also wanted to ensure that my backend routes were secure, so that a user cant open up the console and edit their cash balance! Overall, this was a fun project to work on, and gave me chance to sharpen my skills with the NERD stack.