I guess creating minigames are better than todo apps, definitely considering that. Do you have any resources or existing projects that I can share to them? Would love to check it out.
I recently did the same thing in Kotlin/Android, playing around with a variety of Android design patterns and new helpful libraries, such as Android Jetpack, event-driven programming, and Firebase.
On the web side of things, I made this one when Angular 2 just came out. I haven't touched Angular since then, so I have no idea how "good" of an Angular example this is.
The full repo is below, which is the source for my personal website. It's made using Orchid, a static site framework I've been building, and was mostly me playing around adding scripts dynamically. Also, the master branch is the current site, and src is a new theme on it, and the Vue.js example is only on the src branch.
I guess creating minigames are better than todo apps, definitely considering that. Do you have any resources or existing projects that I can share to them? Would love to check it out.
Thanks for the feedback! 😄
You're really making me dig up my Github Graveyard here!
This one was my first Android app, and my first non-trivial programming thing ever. I had absolutely no idea what I was doing at this point.
Android Application
scorekeeper
Android Application
I recently did the same thing in Kotlin/Android, playing around with a variety of Android design patterns and new helpful libraries, such as Android Jetpack, event-driven programming, and Firebase.
Remaking the ScoreKeeper app in Kotlin
Icons Credit:
On the web side of things, I made this one when Angular 2 just came out. I haven't touched Angular since then, so I have no idea how "good" of an Angular example this is.
An introduction to Angular 2 by building an app to keep score for board games.
Angular-2-Scorekeeper
An introduction to Angular 2 by building an app to keep score for board games.
Most recently, I threw together one in Vue.js
The full repo is below, which is the source for my personal website. It's made using Orchid, a static site framework I've been building, and was mostly me playing around adding scripts dynamically. Also, the
masterbranch is the current site, andsrcis a new theme on it, and the Vue.js example is only on thesrcbranch.Sources for my personal website
caseyjbrooks
Sources for my personal website
Sorry for the hassle, and thanks for the resource! 😅