Skip to content

Instantly share code, notes, and snippets.

@AllanPooley
Created November 9, 2018 02:13
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save AllanPooley/e143e070e51ec5037c138bb6913d18ae to your computer and use it in GitHub Desktop.
Save AllanPooley/e143e070e51ec5037c138bb6913d18ae to your computer and use it in GitHub Desktop.
Compiled List of Hobbies Array
const interests = [
'3D printing',
'Amateur radio',
'Scrapbook',
'Amateur radio',
'Acting',
'Baton twirling',
'Board games',
'Book restoration',
'Cabaret',
'Calligraphy',
'Candle making',
'Computer programming',
'Coffee roasting',
'Cooking',
'Colouring',
'Cosplaying',
'Couponing',
'Creative writing',
'Crocheting',
'Cryptography',
'Dance',
'Digital arts',
'Drama',
'Drawing',
'Do it yourself',
'Electronics',
'Embroidery',
'Fashion',
'Flower arranging',
'Foreign language learning',
'Gaming',
'Tabletop games',
'Role-playing games',
'Gambling',
'Genealogy',
'Glassblowing',
'Gunsmithing',
'Homebrewing',
'Ice skating',
'Jewelry making',
'Jigsaw puzzles',
'Juggling',
'Knapping',
'Knitting',
'Kabaddi',
'Knife making',
'Lacemaking',
'Lapidary',
'Leather crafting',
'Lego building',
'Lockpicking',
'Machining',
'Macrame',
'Metalworking',
'Magic',
'Model building',
'Listening to music',
'Origami',
'Painting',
'Playing musical instruments',
'Pet',
'Poi',
'Pottery',
'Puzzles',
'Quilting',
'Reading',
'Scrapbooking',
'Sculpting',
'Sewing',
'Singing',
'Sketching',
'Soapmaking',
'Sports',
'Stand-up comedy',
'Sudoku',
'Table tennis',
'Taxidermy',
'Video gaming',
'Watching movies',
'Web surfing',
'Whittling',
'Wood carving',
'Woodworking',
'World Building',
'Writing',
'Yoga',
'Yo-yoing',
'Air sports',
'Archery',
'Astronomy',
'Backpacking',
'Base jumping',
'Baseball',
'Basketball',
'Beekeeping',
'Bird watching',
'Blacksmithing',
'Board sports',
'Bodybuilding',
'Brazilian jiu-jitsu',
'Community',
'Cycling',
'Dowsing',
'Driving',
'Fishing',
'Flag football',
'Flying',
'Flying disc',
'Foraging',
'Gardening',
'Geocaching',
'Ghost hunting',
'Graffiti',
'Handball',
'Hiking',
'Hooping',
'Horseback riding',
'Hunting',
'Inline skating',
'Jogging',
'Kayaking',
'Kite flying',
'Kitesurfing',
'Larping',
'Letterboxing',
'Metal detecting',
'Motor sports',
'Mountain biking',
'Mountaineering',
'Mushroom hunting',
'Mycology',
'Netball',
'Nordic skating',
'Orienteering',
'Paintball',
'Parkour',
'Photography',
'Polo',
'Rafting',
'Rappelling',
'Rock climbing',
'Roller skating',
'Rugby',
'Running',
'Sailing',
'Sand art',
'Scouting',
'Scuba diving',
'Sculling',
'Rowing',
'Shooting',
'Shopping',
'Skateboarding',
'Skiing',
'Skim Boarding',
'Skydiving',
'Slacklining',
'Snowboarding',
'Stone skipping',
'Surfing',
'Swimming',
'Taekwondo',
'Tai chi',
'Urban exploration',
'Vacation',
'Vehicle restoration',
'Water sports'
];
@AllanPooley
Copy link
Author

AllanPooley commented Nov 9, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment