Date: June 2023
Client University of Cape Town
Brief: Originally a Python program, this challenge revolved around creating a visual interface with inputs and logic. This was aimed at determining what a UCT applicant's student number would be.
Application: I created a form using HTML, CSS and JavaScript. The JavaScript was for the logic and computing the form submission. The first names had to be stripped of vowels, and then takes its first three valid letters as well as the first three of the surname. The concatenation ends with the three digit number to complete the student number.
Project: UCT student number generator