Skip to content

🧨📋 Code name generator based on MythBusters episode names

License

Notifications You must be signed in to change notification settings

tomy0000000/MB-Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MythBuster Code

Vue Version Badge License Badge

🧨📋 A code name generator based on MythBusters episode names

Remember, kids, the only difference between screwing around and science is writing it down

-- Adam Savage

If you've been having a hard time coming up names or codes for your next big thing, I got you covered.😎

Screenshot

Usage

  • Hit space button for a new code
  • Dispatch copy keyboard shortcut (⌃C or ⌘C) to copy the code

Development Guide

Install

npm install

Run development server

npm run serve

Build for production

npm run build

Lint and fix files

npm run lint