sarahholder / mushroom-picker

0 stars 0 forks source link

Mushroom Data #4

Closed sarahholder closed 4 years ago

sarahholder commented 4 years ago

User Story

As I user I should have 20 mushrooms that can be picked from the forest

AC

WHEN the page loads I should see the 20 mushrooms that can be picked

Dev Notes

  1. create mushroomData.js file in the data folder.
  2. Create a mushrooms array
  3. Your seed data should have 20 mushrooms:

Each mushroom object should have the following keys: id, name, description, imgUrl, isMagic, isPoisonous, isDeadly

sarahholder commented 4 years ago

  {
    id: 'mushroom1',
    name: 'Psilocybe',
    description: 'magical',
    imgUrl: 'https://f0.pngfuel.com/png/978/550/nintendo-mario-kart-golden-mushroom-illustration-png-clip-art.png',
    isMagic: true,
    isPoisonous: false,
    isDeadly: false,
  },
  {
    id: 'mushroom2',
    name: 'Purple Jellydisc',
    description: 'trippy',
    imgUrl: 'https://www.pngfind.com/pngs/m/294-2940660_super-mario-poison-mushroom-mario-bros-purple-mushroom.png',
    isMagic: false,
    isPoisonous: true,
    isDeadly: false,
  },
  {
    id: 'mushroom3',
    name: 'Witche\'s Butter',
    description: 'psychedilic',
    // eslint-disable-next-line max-len
    imgUrl: 'https://www.google.com/url?sa=i&url=https%3A%2F%2Fflyclipart.com%2Fmario-mushroom-png-transparent-image-png-arts-mario-mushroom-png-25889&psig=AOvVaw2oRHt-bYVaxD0yYpmr_24S&ust=1589507511481000&source=images&cd=vfe&ved=0CAIQjRxqGAoTCKjm_LOgsukCFQAAAAAdAAAAABCNAQ',
    isMagic: false,
    isPoisonous: true,
    isDeadly: false,
  },
  {
    id: 'mushroom4',
    name: 'Bitter Poisonpie',
    description: 'mind-expanding',
    imgUrl: 'https://i7.pngguru.com/preview/166/45/239/new-super-mario-bros-2-new-super-mario-bros-2-mario-mushroom.jpg',
    isMagic: false,
    isPoisonous: true,
    isDeadly: false,
  },
  {
    id: 'mushroom5',
    name: 'Funeral Bell',
    description: 'death-dealing',
    imgUrl: 'https://toppng.com/uploads/preview/urple-mario-mushroom-mario-bros-poison-mushroom-11563531066cpaqydbui0.png',
    isMagic: false,
    isPoisonous: false,
    isDeadly: true,
  },
  {
    id: 'mushroom6',
    name: 'Dewdrop Dapperling',
    description: 'friendly',
    imgUrl: 'https://www.clipartmax.com/png/middle/35-353140_this-tiny-little-mushroom-dude-is-a-mainstay-in-mario-bros-toad.png',
    isMagic: false,
    isPoisonous: false,
    isDeadly: false,
  },
  {
    id: 'mushroom7',
    name: 'Pink Disco',
    description: 'pleasant',
    imgUrl: 'https://b1.pngbarn.com/png/384/5/icons-games-2-pink-super-mario-mushroom-png-clip-art.png',
    isMagic: false,
    isPoisonous: false,
    isDeadly: false,
  },
  {
    id: 'mushroom8',
    name: 'Cinnamon Jellybaby',
    description: 'plain',
    imgUrl: 'https://www.pngfind.com/pngs/m/420-4208369_super-mario-mushroom-hd-png-download.png',
    isMagic: false,
    isPoisonous: false,
    isDeadly: false,
  },
  {
    id: 'mushroom9',
    name: 'Barometer Earthstar',
    description: 'starry',
    imgUrl: 'https://www.pngfind.com/pngs/m/86-860163_wii-newer-super-mario-bros-super-mario-1.png',
    isMagic: false,
    isPoisonous: false,
    isDeadly: false,
  },
  {
    id: 'mushroom10',
    name: 'Bonfire Cauliflower',
    description: 'fiery',
    imgUrl: 'https://f0.pngfuel.com/png/918/639/super-mario-3d-world-mario-bros-toad-new-super-mario-bros-mushroom-png-clip-art.png',
    isMagic: false,
    isPoisonous: false,
    isDeadly: false,
  },
  {
    id: 'mushroom11',
    name: 'Bug Sputnik',
    description: 'sad',
    imgUrl: 'https://w0.pngwave.com/png/140/616/super-mario-3d-land-new-super-mario-bros-2-super-mario-3d-world-mini-png-clip-art-thumbnail.png',
    isMagic: false,
    isPoisonous: false,
    isDeadly: false,
  },
  {
    id: 'mushroom12',
    name: 'Hairy Parachute',
    description: 'falling',
    imgUrl: 'https://c7.uihere.com/files/711/1004/909/new-super-mario-bros-2-parachute.jpg',
    isMagic: false,
    isPoisonous: false,
    isDeadly: false,
  },
  {
    id: 'mushroom13',
    name: 'Skinny Club',
    description: 'triplet',
    imgUrl: 'https://www.clipartmax.com/png/middle/106-1060311_triple-mushrooms-artwork-wii-mario-kart-mushroom.png',
    isMagic: false,
    isPoisonous: false,
    isDeadly: false,
  },
  {
    id: 'mushroom14',
    name: 'Destroying Angel',
    description: 'saint',
    imgUrl: 'https://img.favpng.com/5/1/14/super-mario-bros-princess-peach-toad-png-favpng-2LN4mkGgpMQNnWVEfuhVsid6G.jpg',
    isMagic: false,
    isPoisonous: false,
    isDeadly: false,
  },
  {
    id: 'mushroom15',
    name: 'Mint Mildew',
    description: 'lifesaver',
    imgUrl: 'https://www.pngkit.com/png/detail/475-4754328_green-toad-mario-png-clipart-super-mario-3d.png',
    isMagic: false,
    isPoisonous: false,
    isDeadly: false,
  },
  {
    id: 'mushroom16',
    name: 'Whiskery Milkcap',
    description: 'fun',
    imgUrl: 'https://www.mariowiki.com/images/thumb/a/a9/Yellow_Toad_New_Super_Mario_Bros_U_Deluxe.png/1200px-Yellow_Toad_New_Super_Mario_Bros_U_Deluxe.png',
    isMagic: false,
    isPoisonous: false,
    isDeadly: false,
  },
  {
    id: 'mushroom17',
    name: 'The Pretender',
    description: 'shifty',
    imgUrl: 'https://www.pinclipart.com/picdir/middle/6-67195_mushroom-clipart-trivia-super-mario-mushroom-png-download.png',
    isMagic: false,
    isPoisonous: false,
    isDeadly: false,
  },
  {
    id: 'mushroom18',
    name: 'Chicken of the Woods',
    description: 'spooky',
    imgUrl: 'https://w7.pngwing.com/pngs/626/822/png-transparent-shy-guy-paper-mario-yoshi-heroes-smiley-cartoon-thumbnail.png',
    isMagic: false,
    isPoisonous: false,
    isDeadly: false,
  },
  {
    id: 'mushroom19',
    name: 'Pancake Crust',
    description: 'playful',
    imgUrl: 'https://www.pngfind.com/pngs/m/68-686240_607-x-719-6-toad-mario-bros-hd.png',
    isMagic: false,
    isPoisonous: false,
    isDeadly: false,
  },
  {
    id: 'mushroom20',
    name: 'Hairy Nuts Disco',
    description: 'nutty',
    imgUrl: 'https://www.pinclipart.com/picdir/middle/200-2002224_super-acorn-mario-power-ups-leaf-clipart.png',
    isMagic: false,
    isPoisonous: false,
    isDeadly: false,
  },
];