Browse Source

Update 'README.md'

Kristofer Younger 6 years ago
parent
commit
0b3106847b
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      README.md

+ 3
- 0
README.md View File

18
 4. Research and get to know Ionic/Angular
18
 4. Research and get to know Ionic/Angular
19
     5. Skim, scan and familiarize
19
     5. Skim, scan and familiarize
20
 5. Choose a personal project to implment from [https://git.zipcode.rocks/kristofer/PossibleMiniProjects](Possible Mini Projects)
20
 5. Choose a personal project to implment from [https://git.zipcode.rocks/kristofer/PossibleMiniProjects](Possible Mini Projects)
21
+    6. Each app probably has a list of things,
22
+    7. And a detail page about each thing.
23
+    8. Adding new ones, editing details, deleting them might be things you could do.
21
 6. Design a few UI screens for Ionic, keep them pretty basic
24
 6. Design a few UI screens for Ionic, keep them pretty basic
22
     7. no need for an authentication layer, keep it simple
25
     7. no need for an authentication layer, keep it simple
23
     8. example screens might be, list of items, a item's detail page, a screen to edit stuff about an item...
26
     8. example screens might be, list of items, a item's detail page, a screen to edit stuff about an item...