Prototype Submission

Make a Plan
Friday, April 26, 2024 | 1:06 PM EDT
Submission Activity: Make a Plan
I planned out all the screens on a paper prototype and then had to figure out the code to make it work.
Attachments
SCN_20240425_125918.pdf

Show Your Code
Friday, April 26, 2024 | 1:06 PM EDT
Submission Activity: Show Your Code
My prototype has several working features that I had to learn how to code. It shows the correct date and time. It has a sign in page that actually records the input name and password, and then compares that to the saved data. Most importantly, it compares the word that you type to the correct spelling to tell you if it's right or wrong. I had to make an if/else statement, so that if the entry matches the prompt it will say correct, else it will say incorrect. Once I got this working, I just had to duplicate the statement for the other words.
Attachments
Screencast 2024-04-25 12.48.53.mp4