Solutions and exercises from the Codedex platform, covering multiple programming languages and courses.
This repository tracks my progress through the Codedex curriculum. Each folder corresponds to a course/language and contains all related exercises, mini-projects, and daily challenges.
| Course | Folder | Status |
|---|---|---|
| GitHub Copilot | github_copilot/ |
✅ Completed |
| Command Line | command_line/ |
✅ Completed |
| Git & GitHub | git_github/ |
✅ Completed |
| Python I | python_I/ |
✅ Completed |
| Python II | python_II/ |
✅ Completed |
codedex.io/
├── github_copilot/ # GitHub Copilot course exercises
├── git_github/ # Git & GitHub course exercises
├── python/ # Python I course exercises
├── python_II/ # Python II course exercises
├── command_line/ # Command Line course exercises
├── Daily_Challenge/ # Daily coding challenges (mixed)
└── public/ # Assets (images, gifs)
Standalone challenge solutions live in Daily_Challenge/, independent of any single course.
Each course folder has its own README.md with setup and run instructions specific to that language.
