Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 845 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 845 Bytes

UI-Development

Practice GUIs for different applications developed in C# to make functionalities easier and access to filtered data easier via constraints added.

Scientific Calculator

GUI for a scientific calculator that makes use of buttons to solve mathematical expressions.

  • Basic arithematic operarions.
  • Exponential and logarithmic functionalities.
  • Square root functionality.
  • CLEAR functionality to flush history and textboxes.

Registration Form

Registration landing page for a custom university that makes use of constraints set on different attributes to solve purposes.

  • Labels to display empty values.
  • Labels to display invalid format values.
  • Submit button makes sure each value is correctly filled.
  • Message box to confirm submission.
  • Custom captcha and combo-boxes to facilitate efficient workflow.