Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
Triz_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
sdy
2020-04-23 21:50:38 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7c0217f99122a43badafe4caefd2abd6b867c966
7c0217f9
1 parent
c0146f1e
create random words
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
205 additions
and
0 deletions
back/src/words.js
back/src/words.js
0 → 100644
View file @
7c0217f
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"
,
];
Please
register
or
login
to post a comment