personal-site/content/inhumane_cards.md
CodeF53 b0ded38d5f Break out Portfolio Item into component
Make DRAFT a tag
Add date range to titles
Improve Portfolio screen on mobile
Minor edits to portfolio items
2024-01-30 11:53:20 -07:00

615 B

title description tags sortDate image
Inhumane Cards [2022] An online implementation of Cards Against Humanity
projects
web dev
DRAFT
2022.11 /assets/inhumane_cards.webp

An online implementation of Cards Against Humanity with a React frontend and a Ruby on Rails Backend.

  • Integrates websockets through Action Cable for a live updating game lobby

Eventually I want to re-do this in either:

  • 100% Ruby on Rails (I feel like having to connect Rails and React caused a lot of pain)
  • 100% Nuxt3 (I love Vue&Nuxt and would love to try writing a full stack app with live game play in it)