Skip to content

godwinKamau/wu-tang-generator-bootcamp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wu-Tang Generator


This app generates a person's Wu-Tang clan through a questionnaire. The answers are then calculated and sent to the server to send back the name based off of a library held in the server.


Here is the rendered project


preview of the app


How It's Made:

Tech used: HTML, CSS, JavaScript, Node.js

Every response is the user gives is given a numerical value and passed into a variable that correlates to the users' first name or last name score. The numbers are then passed to the server, where they are modulo'd against the arrays of first and last names. The response given is based off of the index of the modulated score and sent back to the user.

Lessons Learned:


I learned about some nifty string and array methods such as .charCodeAt() which is used to return a numerical value based off of the utf-16 encoding system. I also got practice in using a server to store and process information based off of the specific request the user makes.

More Projects:

Matching Card Game

Using APIs to expand my music tastes

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CSS 41.7%
  • JavaScript 35.5%
  • HTML 22.8%