瀏覽代碼

Update 'README.md'

Kristofer Younger 6 年之前
父節點
當前提交
686505678a
共有 1 個文件被更改,包括 14 次插入1 次删除
  1. 14
    1
      README.md

+ 14
- 1
README.md 查看文件

6
 
6
 
7
 The goal here is to absorb a bunch of new tech, in a short period of time. You can do this by making sure you have something visible (demoable) by the end. If that means you have reduce the amount of features and functionality in the app to keep it demoable, so be it. But, try to make something useful. Be sure to have some kind of User Interface, some business logic and some kind of data storage.
7
 The goal here is to absorb a bunch of new tech, in a short period of time. You can do this by making sure you have something visible (demoable) by the end. If that means you have reduce the amount of features and functionality in the app to keep it demoable, so be it. But, try to make something useful. Be sure to have some kind of User Interface, some business logic and some kind of data storage.
8
 
8
 
9
+### Possible Methodology
9
 1. Research Typescript/Ionic/Angular (use the latest versions)
10
 1. Research Typescript/Ionic/Angular (use the latest versions)
10
     2. What they are, what they do.
11
     2. What they are, what they do.
11
     3. Download them and get them installed. (and Cordova? and Node.js? and?)
12
     3. Download them and get them installed. (and Cordova? and Node.js? and?)
25
     9. How do you put test data into the UI?
26
     9. How do you put test data into the UI?
26
 8. Build the project in chosen
27
 8. Build the project in chosen
27
 9. Test
28
 9. Test
28
-10. Demoable by Noon on Monday
29
+10. Demoable by Noon on Monday
30
+
31
+### Some Useful(?) Links
32
+
33
+* VSC: <https://code.visualstudio.com/>
34
+* <http://www.typescriptlang.org/>
35
+* <https://www.pluralsight.com/courses/typescript-getting-started>
36
+
37
+* GitHub: <https://github.com/Microsoft/TypeScript>
38
+* <https://www.typescriptlang.org/index.html#download-links>
39
+* <https://medium.com/quick-code/top-tutorials-to-learn-typescript-c08834892e69>
40
+* <https://demo.mobiscroll.com/>
41
+* <https://github.com/ionicthemes>