Double, double toil and trouble; Phoenix burn, and cauldron bubble!
A spoooooooky boilerplate project for your Halloween-themed Phoenix app. Made by Elixir Oasis for our Halloween 2023 Code Jam. Happy Haunting!
Clone this repository, then to start your Phoenix server:
- Run
mix setupto install and setup dependencies - Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -S mix phx.server
Now you can visit localhost:4000 from your browser.
Ready to run in production? Please check our deployment guides.
This repo comes bundled with 13 frightening fonts that can be used to make your text super scary. Like super duper scary.
<span class="font-['CoralinesCat']">Coraline's Cat</span><span class="font-['GhastlyPanic']">Ghastly Panic</span><span class="font-['Horrorcore']">Horrorcore</span><span class="font-['ItLivesInTheSwamp']">It Lives In The Swamp</span><span class="font-['Lycanthrope']">Lycanthrope</span><span class="font-['RavenSong']">Raven Song</span><span class="font-['Spiderfingers']">Spiderfingers</span><span class="font-['SwampWitch']">Swamp Witch</span><span class="font-['VampyrishABC']">Vampyrish ABC</span><span class="font-['VintageHalloween']">Vintage Halloween</span><span class="font-['Witch']">Witch</span><span class="font-['Zombie']">Zombie</span><span class="font-['Zombified']">Zombified</span>This Phoenix app has been haunted by a bunch of noisy ghosts! Use the <.sfx /> component to make your elements play a sound effect when clicked.
<.sfx id="sound" sample="sfx/wolf.mp3">
<span class="text-green-500 text-8xl">Click me if you dare!</span>
</.sfx>The following samples are included out of the box:
sfx/crow.wavsfx/scream.wavsfx/thunder.wavsfx/witch.wavsfx/wolf.mp3sfx/zombie.wav
Add custom sounds by copying them into the priv/static/sfx directory of this repo.
- Official Phoenix website: https://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Forum: https://elixirforum.com/c/phoenix-forum
- Source: https://github.com/phoenixframework/phoenix













