Skip to content

Spacexplorer11/boombox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5281a84 · · Nov 25, 2025

History

89 Commits
Oct 13, 2025
Nov 6, 2025
Oct 21, 2025
Oct 13, 2025
Oct 13, 2025
Oct 13, 2025
Oct 13, 2025
Oct 13, 2025
Oct 25, 2025
Nov 25, 2025
Oct 13, 2025
Nov 25, 2025
Oct 13, 2025
Oct 13, 2025

Repository files navigation

Boombox

Hackatime

A website based on the kurzgesagt fandom and has silly easter eggs and stuff. Trust me. It does not do what you expect.

Features

  • Quizzes
  • Plays random clips from kurzgesagt videos
  • Random number generator for how many megatonnes of TNT you will launch at an innocent birb

How to use?

Just go to the website and have fun!

If you meant locally, then

  1. Clone the repository
  2. Do npm install or bun install (recommended) to install all dependencies
  3. Run npm run dev or bun dev to start the development server
  4. Open http://localhost:3000 in your browser
  5. Enjoy!
  6. To build for production, run npm run build or bun build and then npm start or bun start
  7. Your production server will be running on http://localhost:3000
  8. If you wanna edit the code, read the svelte docs here