├── README.md
├── Screen Shot 2018-03-12 at 6.12.48 AM.png
└── wutang
├── img
└── wu.gif
├── index.html
├── js
└── scripts.js
├── server.js
├── style.css
└── wu.png
/README.md:
--------------------------------------------------------------------------------
1 | # Wu-Tang Clan Name Generator
2 | Whenever I start to layout my program and goal with psuedo code, I like to ask myself 3 questions: the first is - what can the user do, the second is - what can the user see, and the third is - what does the user expect? In this case, this project was a timed challenge and the user is given survey questions that end up randomly generating a name based on the user's responses to the survey questions. To make the activity a bit more fun, the idea was to generate a Wu-Tang Clan name.
3 |
4 | **Generate your Wu-Tang name here:** https://karina001.github.io/WuTangNameGenerator/
5 |
6 | 
7 |
8 | ## How It's Made:
9 |
10 | **Tech used:** HTML, CSS, JavaScript
11 |
12 | This app leveraged the simple use of a form and its inputs, to get user information, evaluate this information and return a random string. This app mainly incorporates a lof of Javascript with minimal HTML / CSS.
13 |
14 | ## Optimizations
15 | When I have more time, I'd like to refactor this code to fit ES6+ standards and make it fullstack with node JS.
16 |
17 | ## Examples:
18 | Take a look at other examples that I have in my own portfolio:
19 |
20 | **Spanish Colors Memory Game:** https://github.com/karina001/spanishColorsMemoryGame
21 |
22 | **WuTangClan Name Generator:** https://github.com/karina001/toDoList
23 |
24 | **Speech Recognition App:** https://github.com/karina001/speechRecognitionApp
25 |
--------------------------------------------------------------------------------
/Screen Shot 2018-03-12 at 6.12.48 AM.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/girl4tech/WuTangNameGenerator/7f83c52b0b9eebf6bba876b20dcb04f4d262d506/Screen Shot 2018-03-12 at 6.12.48 AM.png
--------------------------------------------------------------------------------
/wutang/img/wu.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/girl4tech/WuTangNameGenerator/7f83c52b0b9eebf6bba876b20dcb04f4d262d506/wutang/img/wu.gif
--------------------------------------------------------------------------------
/wutang/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |