{"id":20288564,"url":"https://github.com/ashiishme/ashish-code-challenge","last_synced_at":"2025-10-08T10:03:23.186Z","repository":{"id":50792262,"uuid":"280914321","full_name":"ashiishme/ashish-code-challenge","owner":"ashiishme","description":"A code challenge for the developers to be productive on this lock down.","archived":false,"fork":false,"pushed_at":"2021-05-29T08:04:12.000Z","size":10,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-14T08:37:10.906Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/ashiishme.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":"2020-07-19T17:19:02.000Z","updated_at":"2021-06-19T17:56:22.000Z","dependencies_parsed_at":"2022-09-24T19:40:10.247Z","dependency_job_id":null,"html_url":"https://github.com/ashiishme/ashish-code-challenge","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashiishme%2Fashish-code-challenge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashiishme%2Fashish-code-challenge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashiishme%2Fashish-code-challenge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashiishme%2Fashish-code-challenge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ashiishme","download_url":"https://codeload.github.com/ashiishme/ashish-code-challenge/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241782228,"owners_count":20019378,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-14T14:48:16.483Z","updated_at":"2025-10-08T10:03:18.133Z","avatar_url":"https://github.com/ashiishme.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003ch1\u003eAshish's Code Challenge\u003c/h1\u003e\n\n[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)\n\n\u003cp\u003eAshish's code challenge: Helping developers to be productive on current pandemic situation.\u003c/p\u003e\n\n\u003c/div\u003e\n\n## Table of Contents\n\n- [What is Ashish's Code Challenge?](#what-is-ashishs-code-challenge)\n- [Eligibility](#eligibility)\n- [How can I participate?](#how-can-i-participate)\n  - [Requirements](#requirements)\n- [Submissions](#submissions)\n  - [Make a pull request](#make-a-pull-request)\n- [FAQ](#faq)\n\n## What is Ashish's Code Challenge?\n\nAshish's code challenge is a simple initiative to make the developers more productive during this lockdown period. I believe by participating, it can help you to develop your skills \u0026 also improve your portfolio.\n\nThis challenge will provide specific task ( not a whole project ) which can be implemented in most of the projects or you can make a complete whole project.\n\nMaybe someone might come up with a great idea after trying few challenges? Who knows?\n\n## Eligibility\n\nAny developer with any level of expertise.\n\n## How can I participate?\n\nTo participate in this challenge, there are few requirements to be followed but can be ignored completely if you just want to try the challenge. Please check below.\n\n### Requirements\n\n- Your project must be hosted on GitHub as a public repository.\n- Your Readme file must include hashtag `#ashish-code-challenge` in the description.\n- A clear screenshot of the demo. Check the `acc-info.json` sample file below.\n- Make a [Pull Request](#make-a-pull-request) to get featured in GH page of this repository.\n\n## Submissions\n\nSubmit your project to this repository to showcase \u0026 get featured in th GH Page. Your project might follow the best standard which can help others? Isn't it?\n\n## Make a pull request\n\nOnce you've develop \u0026 tested (optional) your project, you can share it on Ashish's Code Challenge.\n\nIf your project doesn't have a `package.json` or `manifest.json` file, You should include the file below in root folder.\n\n| File          | Purpose                                                                   |\n| ------------- | ------------------------------------------------------------------------- |\n| acc-info.json | Contains metadata of your project. Check the [sample file](#sample-file). |\n\nFirst, [fork](https://guides.github.com/activities/forking/) this repository.\n\nCreate a branch.\n\nCreate a folder with same name as your username inside `submissions` folder.\n\nAll your projects for different challenge should be inside your `username` folder.\n\nExample structure:\n\n```\n│   LICENSE\n│   README.md\n│\n├───challenges\n└───submissions\n    └───ashiishme\n        ├───challenge-001\n        ├───challenge-002\n        ├───challenge-003\n        └───challenge-004\n```\n\n[Shallow clone](https://git-scm.com/docs/git-clone#Documentation/git-clone.txt---depthltdepthgt) your repository inside your username folder.\n\n```\ngit clone --depth=1 \u003cyour-own-repository-url\u003e\n```\n\nAdd a `acc-info.json` file in your project.\n\n#### Sample file:\n\n`acc-info.json`:\n\n```json\n{\n  \"name\": \"Ashish's Code Challenge\",\n  \"version\": \"0.1.0\",\n  \"description\": \"Ashish's code challenge: Helping developers to be productive on current pandemic situation.\",\n  \"author\": \"Ashish Yadav\",\n  \"author_uri\": \"https://github.com/ashiishme\",\n  \"repository_uri\": \"https://github.com/ashiishme/ashish-code-challenge.git\",\n  \"license\": \"MIT\",\n  \"license_uri\": \"https://github.com/ashiishme/ashish-code-challenge/blob/master/LICENSE\",\n  \"tags\": [\"code challenge\"]\n}\n```\n\ncommit the changes and push to your fork.\n\nOpen a PR in Ashish's code challenge.\n\n## FAQ\n\n#### I am a beginner, Can I participate?\n\nYes, check the [eligibility](#eligibility) section.\n\n#### Is it worth to participate in this challenge?\n\nI believe, doing self project is really hard but if you are challenged to do something in a specific time, you will be more dedicated. So, yes it is worth to participate to make yourself more productive and get some project on your portfolio list.\n\n#### What happens to the project? Will you sell them?\n\nNo. The project ideas will be very simple and available through this repository. They are always open-sourced \u0026 free to use.\n\n#### Is it necessary to submit PR?\n\nNo, if you submit PR and gets merged then, it will be listed on the showcase page.\n\n#### When will Ashish's code challenge end?\n\nAs long as the developers are interested to complete the challenge. It will not end.\n\n#### Should I follow the best practices \u0026 standards?\n\nIf possible, Yes but you can do free-style or just on your own way.\n\n#### Will I get paid after completing the challenge?\n\nNo, the idea behind this challenge is to make you more productive.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashiishme%2Fashish-code-challenge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fashiishme%2Fashish-code-challenge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashiishme%2Fashish-code-challenge/lists"}