Line 31: |
Line 31: |
| |Sub functions to test behavior of specific features against metrics | | |Sub functions to test behavior of specific features against metrics |
| |} | | |} |
− | Here is a list of tools for software prototyping that could be useful: https://blog.prototypr.io/top-20-prototyping-tools-for-ui-and-ux-designers-2017-46d59be0b3a9
| |
− |
| |
| In our GNG1103/2101 classes the cycle looks a little differently where you might have: | | In our GNG1103/2101 classes the cycle looks a little differently where you might have: |
| {| class="wikitable" | | {| class="wikitable" |
Line 60: |
Line 58: |
| |} | | |} |
| | | |
− | === Sharing === | + | ===Sharing=== |
| When working in a team you will definitely want to share your files to work on things together. In mechanical [https://grabcad.com/workbench GrabCad Workbench] is a popular tool but in software [https://github.com/ GitHub] is definitely an industry standard. | | When working in a team you will definitely want to share your files to work on things together. In mechanical [https://grabcad.com/workbench GrabCad Workbench] is a popular tool but in software [https://github.com/ GitHub] is definitely an industry standard. |
| | | |
| Here is an introduction to GitHub https://guides.github.com/activities/hello-world/ | | Here is an introduction to GitHub https://guides.github.com/activities/hello-world/ |
| + | |
| + | === Tools === |
| + | Here is a list of tools for <u>UI and UX prototyping</u> that could be useful and are very easy to use: https://blog.prototypr.io/top-20-prototyping-tools-for-ui-and-ux-designers-2017-46d59be0b3a9 (Figma, Balsamiq and Adobe XD are suggested which are free or free for students) |
| + | |
| + | Here is a list of platforms that require <u>minimal coding experience</u> to use: |
| + | |
| + | * [https://appinventor.mit.edu/ MIT app inventor] (android apps only) |
| + | * [https://thunkable.com/#/ Thunkable] (android and iOS apps) |
| + | * [https://www.wix.com/ Wix] (website) |
| + | |
| + | Here is a list of useful <u>websites with code syntax and libraries</u> which can help you get started: |
| + | |
| + | * [https://www.w3schools.com/ W3 Schools] (HTML, CSS, JavaScript, SQL, PHP and more!) |
| + | * |
| + | |
| + | Here is a list of other platforms for building apps or websites which you would need more coding experience to use: |
| + | |
| + | * [https://developer.android.com/studio Android studio] |
| + | * |