Skip to content

Commit

Permalink
Move project ideas to GH issues (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
addyi authored Jan 7, 2024
1 parent f8107d1 commit 85eddc8
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 298 deletions.
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ hide: [ toc, navigation ]

!!! tip "Pushing knowledge boundaries, one line of code at a time."

This project is my playground playground for experimenting with new technologies, frameworks, and libraries. It's a space to learn, grow,
and push knowledge boundaries, one line of code at a time.
This project is my playground for experimenting with new technologies, frameworks, and libraries. It's a space to learn, grow, and push
knowledge boundaries, one line of code at a time.

The playground is built on the [JetBrains Compose Multiplatform Mobile template][template].

Expand All @@ -20,8 +20,8 @@ Check out the website for more insights into the project:
- [Project Tooling and Resources](tooling/index.md)

In the pipeline are some exciting [project ideas](projects/index.md) like the APOD App, a Habit Tracker, a Limerick Generator with ChatGPT,
and a Pokédex App, along
with an exploration of libraries and tools such as Ktor, Koin, SQLDelight, Coil, and Voyager for Compose Navigation.
and a Pokédex App, along with an exploration of libraries and tools such as Ktor, Koin, SQLDelight, Coil, and Voyager for Compose
Navigation.

Join in the journey to learn more and push the boundaries of what's possible. Suggestions and project ideas are always welcome!

Expand Down
38 changes: 0 additions & 38 deletions docs/projects/ideas/apod.md

This file was deleted.

33 changes: 0 additions & 33 deletions docs/projects/ideas/audio-guide.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/projects/ideas/habit.md

This file was deleted.

40 changes: 0 additions & 40 deletions docs/projects/ideas/index.md

This file was deleted.

26 changes: 0 additions & 26 deletions docs/projects/ideas/limerick.md

This file was deleted.

26 changes: 0 additions & 26 deletions docs/projects/ideas/pokedex.md

This file was deleted.

21 changes: 0 additions & 21 deletions docs/projects/ideas/speed.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/projects/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ hide: [toc]

# Projects

There a no completed projects yet. But there are some [ideas](ideas/index.md).
There a no completed projects yet. But there are some [ideas](https://github.com/addyi/compose-kmp-playground/issues?q=is%3Aissue+is%3Aopen+label%3A%22project+idea%22).
85 changes: 0 additions & 85 deletions docs/projects/tutorial.md

This file was deleted.

14 changes: 1 addition & 13 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,19 +73,7 @@ nav:
- Running the App: setup/running.md
- iOS Configuration: setup/ios-config.md

- Projects:
- projects/index.md

- First changes: projects/tutorial.md

- Ideas:
- projects/ideas/index.md
- Astronomy Picture of the Day: projects/ideas/apod.md
- Habit Tracking: projects/ideas/habit.md
- Limerick Generator with ChatGPT: projects/ideas/limerick.md
- Pokédex: projects/ideas/pokedex.md
- GPS Speedometer: projects/ideas/speed.md
- Audio Guide: projects/ideas/audio-guide.md
- Projects: projects/index.md

- Tooling:
- tooling/index.md
Expand Down

0 comments on commit 85eddc8

Please sign in to comment.