HomeBlogProjects
  • sentiment visualizer

    A visualization of user opinion toward several corporations on the stock market discussion forum r/wallstreetbets.
    I retrieve and process the data using a Python backend, and then I publish the final data to a Firebase store, where the React based frontend can access it.

  • corral game

    A puzzle game.

  • Todo List

    A todo list, made in NodeJS using Webpack for bundling, React and MaterialUI for the UI, and using the IndexedDB web API for a client-side database.

  • Tetris

    A tetris game made in pure HTML5, CSS, JavaScript, use the arrow (or W,A,S,D) keys for controls and the space bar to pause.

  • Prime Generator

    A command-line program to generate primes, writen in C, this program uses the Miller–Rabin primality test to quickly generate primes.