Inspiration
We wanted to make a program that when you would type a name in, it would give you a little bit of (silly) information about that person.
What it does
The program checks a whole bunch of names and when it corresponds to one of those names, it displays the information that that specific person has.
How I built it
We built it based off a previous project of Elan's: The same idea but we made it better, nicer, and easier using html, css, and javascript.
Challenges I ran into
We ran into some challenges: Whether to implement the if/else if/else statement or the switch/case statement. After a while, we chose that if we are going to do a million names, we need the switch/case statement. Also, it was tough trying to get the button "Get Results" to actually get results. But after a while, we finally got it. Also, it took forever to input every single name and its specific property.... took us till 4 in the morning... We probably should have used a database.
Accomplishments that I'm proud of
Finishing the project and it actually looking nice. Also, the breakthrough of getting the button to finally work!
What I learned
We learned how to organize html, css, and javascript and connect them. Also, how to attach links to functions of javascript to html.
What's next for The JEEN Name Tester
Get more names and their properties down! (:
Log in or sign up for Devpost to join the conversation.