Add folder structure

This commit is contained in:
rijkvanzanten
2020-02-05 15:07:20 -05:00
parent 8573e61015
commit ac17f3870f
10 changed files with 100 additions and 0 deletions

3
src/interfaces/readme.md Normal file
View File

@@ -0,0 +1,3 @@
# Interfaces
Interfaces are the way of inputting, editing and viewing data. The most easy way to understand interface is a datepicker. It allows you to represent the date in specified format & you can validate the inputs. It renders the date in better way by providing a different UI than just a normal text. In Database terms, interface represents the column's value.