Simple matching game with kittens
It started as a fun project. I wanted to play around with Elixir/Phoenix and was looking for something cool. Implementing yet another to-do list was kinda boring. Also, who doesn't like simple online games and cat content? 🤭
➡️ Have fun: https://kitten-pairs.fly.dev/
Before setting up the project locally, make sure you have Podman and Elixir/Erlang on your computer.
git clone git@github.com:henrikfricke/kitten_pairs
cd kitten_pairs
# Start local postgres database
make postgres
# Install dependencies and run database migrations
make install
# Start server
make start
Now you can visit localhost:4000
from your browser. See Makefile for more commands.