SpaceTyper is a TypeRacer inspired web application, where the first player to finish typing a provided quote wins. This is a single page app built with Ruby on Rails and React. It uses a Flux architecture and a Redux state container to keep track of the front-end application state. I used Ruby on Rails to […]
Bot Chat
Bot Chat is a chat application that allows you to chat with an external chat bot API. I used Elixir and the Phoenix Framework to set up a chat application. It uses WebSockets to provide an interactive communication session with the server, and PostgreSQL to persist messages. I structured the app as an umbrella application […]
Audio Visualizer
I entered App Academy’s annual winter break hackathon and won first place with this audio visualizer. It allows users to customize visualizer parameters, and save their configurations as presets. I used Ruby on Rails for the backend, React for the user interface, and the Redux state container to manage application state. Check it out Version 2
Cellular Automata
This is a cyclic cellular automata simulation. Each type of cell eats exactly one other type of cell. Cells have resilience (the amount of neighboring predator cells it takes to consume a cell) and vulnerabilities (the directions predator cells can attack from). Play around with the settings to discover new patterns. Try it out