From 13f0bcdeddaa7bb730129403b4f44ec5e3582bda Mon Sep 17 00:00:00 2001 From: jakepurple13 Date: Thu, 15 Aug 2024 08:47:46 -0600 Subject: [PATCH] - adding cmp projects --- Writerside/topics/starter.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/Writerside/topics/starter.md b/Writerside/topics/starter.md index 037cd9a..fdc9b96 100644 --- a/Writerside/topics/starter.md +++ b/Writerside/topics/starter.md @@ -18,4 +18,17 @@ Compose Multiplatform, and anything else cool I discover. * [Android](Android.md) * [AndroidX](AndroidX.md) -* [Compose](Compose.md) \ No newline at end of file +* [Compose](Compose.md) + +## Compose Multiplatform Projects + +* [Solitaire](https://github.com/jakepurple13/Solitaire) + * [Wasm Link](https://jakepurple13.github.io/Solitaire/) +* [24 Game](https://github.com/jakepurple13/TwentyFourGame) + * [Wasm Link](https://jakepurple13.github.io/TwentyFourGame/) +* [Thunder Counter](https://github.com/jakepurple13/Thunder-Counter) + * [Wasm Link](https://jakepurple13.github.io/Thunder-Counter/) +* [Salary Calculator](https://github.com/jakepurple13/SalaryCalculatorKMP) + * [Wasm Link](https://jakepurple13.github.io/SalaryCalculatorKMP/) +* [Gpa Calculator](https://github.com/jakepurple13/GpaCalculator) + * [Wasm Link](https://jakepurple13.github.io/GpaCalculator/) \ No newline at end of file