Projects
Seatable
Seatable is a PERN-stack CRUD web app built to help restaurants manage their reservations. Users can create, update, and search reservations and add tables to seat parties when they arrive.
I built both the Node/Express back-end RESTful API and the React front-end while keeping usability and simplicity in mind.
Flash!
Flash! is an app to help students learn by allowing them to create decks of 2-sided flashcards. Once created, users can study the cards in the deck one at a time to test their knowledge.
I built the React front-end and styled it using Tailwind CSS. It is using a static JSON server at the moment, but I plan to create a functioning back-end.
We Love Movies
We Love Movies is a site to look up movies, reviews, and theaters. Users can look up movies, see the reviews, and determine which theaters are currently showing each film.
I was responsible for the back-end RESTful API, server middleware, and writing database migrations.
Decoder Ring
Decoder Ring is a fun little app that allows users to create coded messages using three cipher methods. Once encoded, users can also use the app to decode the messages again.
I built this using vanilla Javascript, and I created the algorithms to encode and decode messages.