words.js 2.47 KB
export const adjectives = [
  "languid",
  "expensive",
  "careful",
  "feeble",
  "inconclusive",
  "damp",
  "obscene",
  "optimal",
  "learned",
  "measly",
  "silent",
  "absurd",
  "hypnotic",
  "smart",
  "horrible",
  "deep",
  "grotesque",
  "rigid",
  "sweltering",
  "quirky",
  "pointless",
  "spiffy",
  "cheap",
  "psychotic",
  "possible",
  "burly",
  "huge",
  "tranquil",
  "impolite",
  "clear",
  "groovy",
  "royal",
  "envious",
  "voracious",
  "substantial",
  "gusty",
  "absorbing",
  "wealthy",
  "fancy",
  "ultra",
  "giant",
  "harmonious",
  "nauseating",
  "literate",
  "friendly",
  "panicky",
  "utopian",
  "happy",
  "gaudy",
  "direful",
  "descriptive",
  "better",
  "ambiguous",
  "momentous",
  "obsequious",
  "secret",
  "clever",
  "far",
  "temporary",
  "unable",
  "normal",
  "imported",
  "three",
  "five",
  "petite",
  "natural",
  "early",
  "profuse",
  "flimsy",
  "bustling",
  "scrawny",
  "present",
  "gruesome",
  "cut",
  "fantastic",
  "grandiose",
  "second-hand",
  "noiseless",
  "craven",
  "grubby",
  "vengeful",
  "tiny",
  "wiry",
  "auspicious",
  "dull",
  "quiet",
  "terrific",
  "furry",
  "crooked",
  "wholesale",
  "panoramic",
  "forgetful",
  "gamy",
  "victorious",
  "special",
  "neighborly",
  "useful",
  "chubby",
  "probable",
  "abnormal",
];

export const nouns = [
  "rat",
  "start",
  "icicle",
  "hobbies",
  "books",
  "dress",
  "board",
  "scale",
  "cattle",
  "quince",
  "cabbage",
  "chance",
  "attack",
  "linen",
  "swing",
  "skin",
  "channel",
  "discovery",
  "window",
  "watch",
  "collar",
  "creature",
  "fall",
  "rod",
  "skirt",
  "trousers",
  "guitar",
  "pest",
  "middle",
  "holiday",
  "invention",
  "pump",
  "morning",
  "reaction",
  "wash",
  "cloth",
  "hydrant",
  "committee",
  "meeting",
  "star",
  "pigs",
  "bikes",
  "plant",
  "stomach",
  "transport",
  "hole",
  "library",
  "tank",
  "hands",
  "offer",
  "slip",
  "chicken",
  "sand",
  "wilderness",
  "sweater",
  "frogs",
  "basket",
  "flesh",
  "cook",
  "girl",
  "queen",
  "nut",
  "force",
  "laborer",
  "basin",
  "lumber",
  "mine",
  "mountain",
  "insect",
  "store",
  "experience",
  "credit",
  "meat",
  "taste",
  "iron",
  "regret",
  "sleep",
  "notebook",
  "powder",
  "fuel",
  "lace",
  "volleyball",
  "look",
  "ticket",
  "place",
  "digestion",
  "point",
  "crook",
  "train",
  "judge",
  "time",
  "truck",
  "record",
  "sheet",
  "join",
  "achiever",
  "spring",
  "death",
  "potato",
  "liquid",
];