ShowMeCoders is a platform which allows Missouri participants in the Grow With Google Challenge to share information about themselves - background, education, military services, interests & hobbies, and the story of their journey as a Web Developer. In addition, each participant can also choose to share links to the resources they've found to be inspiring, useful, or just plain interesting.
This app has been developed by a group of Missouri-based students in the Front End Web Development track of the Grow With Google Challenge Scholarship. It's primary purpose is to allow the development team to showcase the skills they've acquired in the Grow With Google Challenge.
You can find ShowMeCoders at https://showmecoders.github.io/showmecoders/.
Features | Development | Runtime | Authors | License
- The Home page is dynamically populated from GitHub using the GitHub API V3
- Developer pages are accessed by clicking on the developers avatar on the Home page.
- Developers have each created their own pages to showcase their unique history and interests.
master
: Only updated from PR's from thedevelopment
branch for release. This branch always reflects the current production release.development
: Reflects the candidate code for the next release. Developers work in working branches, which are then pulled into this branch. All code pulled into this branch must be tested and undergo peer review as part of the PR process.working branches
: Are individual branches created by each developer when they are working on changes and bug fixes. There are 4 basic types of branches: bug, feature, refactor and style, after the type comes the name, it should specify on top of the branch type. For example feature/course-review.
This app is hosted on GitHub Pages. The applications is published to GitHub
Pages by pushing the contents of the master
branch to the gh-pages
branch.
Developers on this project can be found on the Contributors page of this repo.