{"id":37094331,"url":"https://github.com/joaoofreitas/challenge-generator","last_synced_at":"2026-01-14T11:37:10.812Z","repository":{"id":64297603,"uuid":"347816093","full_name":"joaoofreitas/challenge-generator","owner":"joaoofreitas","description":"A program that generates a folder structure with challenges and projects for mastering a programming language.","archived":false,"fork":false,"pushed_at":"2021-03-30T00:11:20.000Z","size":18,"stargazers_count":68,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-20T12:48:11.134Z","etag":null,"topics":["challenge","improvement","learning-by-doing","projects"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joaoofreitas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-03-15T02:47:20.000Z","updated_at":"2023-09-08T18:19:48.000Z","dependencies_parsed_at":"2023-01-15T09:01:15.667Z","dependency_job_id":null,"html_url":"https://github.com/joaoofreitas/challenge-generator","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/joaoofreitas/challenge-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joaoofreitas%2Fchallenge-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joaoofreitas%2Fchallenge-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joaoofreitas%2Fchallenge-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joaoofreitas%2Fchallenge-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joaoofreitas","download_url":"https://codeload.github.com/joaoofreitas/challenge-generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joaoofreitas%2Fchallenge-generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28419215,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["challenge","improvement","learning-by-doing","projects"],"created_at":"2026-01-14T11:37:10.189Z","updated_at":"2026-01-14T11:37:10.794Z","avatar_url":"https://github.com/joaoofreitas.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cbr /\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/joaoofreitas/challenge-generator\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/egonelbre/gophers/master/vector/superhero/standing.svg\" alt=\"Logo\" width=\"120\" height=\"120\"\u003e\n  \u003c/a\u003e\n\u003c/br\u003e\n  \u003ch3 align=\"center\"\u003eChallenge Generator\u003c/h3\u003e\n\n  \u003cp align=\"center\"\u003e\n    A program that generates a folder structure with challenges and projects for mastering a programming language.\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/joaoofreitas/challenge-generator/\"\u003e\u003cstrong\u003eExplore the docs »\u003c/strong\u003e\u003c/a\u003e\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/joaoofreitas/challenge-generator/issues\"\u003eReport Bug\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/joaoofreitas/challenge-generator/issues\"\u003eRequest Feature\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/joaoofreitas/challenge-generator/pulls\"\u003eSend a Pull Request\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\n\n\n## Table of Contents\n\n* [About the Project](#about-the-project)\n  * [Built With](#built-with)\n* [Getting Started](#getting-started)\n  * [Download](#download)\n  * [Usage](#usage)\n* [Contributing](#contributing)\n* [License](#license)\n* [Contact](#contact)\n* [Acknowledgments](#acknowledgments)\n\n\n\n## About The Project 🤠\n\nThis project was created just for fun since I wanted to follow [_Karan's_](https://github.com/karan) projects that are in [_this_](https://github.com/karan/Projects) repository.\n\nBefore starting with the projects I realized that I'm too lazy to generate a whole file structure to separate and isolate the projects. So I decided to make a program to do it for me.\n\nThis program fetches [this](https://raw.githubusercontent.com/karan/Projects/master/README.md) URL and parses it separating subjects, exercises, names, and descriptions into a structure that will be the gate for generating a file structure like this:\n\n```bash\n📦Project Learning\n ┣ 📂Classes\n ┃ ┣ 📂AirlineHotelReservationSystem\n ┃ ┃ ┗ 📜README.md\n ┃ ┣ 📂BankAccountManager\n ┃ ┃ ┗ 📜README.md\n ┃ ┣ 📂CompanyManager\n ┃ ┃ ┗ 📜README.md\n ┃ ┣ 📂FamilyTreeCreator\n ┃ ┃ ┗ 📜README.md\n ┃ ┣ 📂FlowerShopOrderingToGo\n ┃ ┃ ┗ 📜README.md\n ┃ ┣ 📂ImageGallery\n ┃ ┃ ┗ 📜README.md\n ┣ 📂ClassicAlgorithms\n ┃ ┣ 📂Closestpairproblem\n ┃ ┃ ┗ 📜README.md\n ┃ ┣ 📂CollatzConjecture\n ┃ ┃ ┗ 📜README.md\n ┃ ┣ 📂SieveofEratosthenes\n ┃ ┃ ┗ 📜README.md\n ┃ ┗ 📂Sorting\n ┃ ┃ ┗ 📜README.md\n```\n\n### Built With 🔨\n\nThis program is built purely with [Go](https://golang.org/). No need for extra libraries or any bloated stuff. Minimal and simple.\n\nI've chosen [Go](https://golang.org/) since it's one of the programming languages that I enjoy most.\n\n## Download 📥\n\nThis program was meant to be compiled into a single executable. You can download it on my [_releases_](https://github.com/joaoofreitas/challenge-generator/releases) page and download the specific version for your platform.\n\n## Usage 💻\n\nFor using this program, simply double-clicking would do the job, but if you want to see the logs properly you can run it in the terminal using:\n\n``` bash\n./path_to_executable_file\n```\n\nThe base directory by default will have the name \"Project Learning\", but you can change before being generated by putting the name of the base directory as an argument:\n\n``` bash\n./path_to_executable_file \u003cnameOfTheProjectBaseDir\u003e\n```\n\n## 🚧 Roadmap\n\nSee the [open issues](https://github.com/joaoofreitas/challenge-generator/issues) for a list of proposed features (and known issues).\n\n\n## 🤝 Contributing\n\nContributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **extremely appreciated**.\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n\n## 📝 License\n\nDistributed under the MIT License. Check `LICENSE` for more information.\n\n## 📫 Contact\n\nJoão Freitas - \u003ca href=\"mailto:joaoofreitas@pm.me\"\u003e_Contact me_\u003c/a\u003e\n\n\n## Acknowledgments\n\nHuge thanks to [Karan](https://github.com/karan) for creating the README.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoaoofreitas%2Fchallenge-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoaoofreitas%2Fchallenge-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoaoofreitas%2Fchallenge-generator/lists"}