SkillShow is a collaborative repository aimed at helping beginners and intermediate programmers improve their coding skills and contribute to open-source projects. It provides a platform for users to showcase their programming questions and solutions, along with their personal portfolios.
- Empower Beginners: Provide a friendly environment for newcomers to learn and contribute by submitting their programming questions and solutions.
- Portfolio Development: Encourage intermediate developers to create and share their personal portfolio pages, showcasing their skills and projects.
- Community Building: Foster a community of learners who can share knowledge, provide feedback, and support each other in their coding journeys.
- Register your interest:
- Follow the instructions in the repository to get involved.
- Be sure to read the guidelines carefully before starting.
β οΈ Duplicate programming questions will not be accepted.- Star and Fork the Repository:
- You must fill the
data.json
file after completing your task.
-
- Task 1: Add Your Program Question and Solution π
- Before you start, please star β this repo and open an issue related to your programming question or solution.
- Create a new folder for your programming question and its solution. The structure should look like this:
<name of program>/ βββ question.md βββ <solution> (Solution file in any language: C, Java, Python, etc.)
- Don't forget to add your name and GitHub username here. π
- Task 1: Add Your Program Question and Solution π
-
- Task 2: Submit Your Own GitHub Profile π
- Before you start, please star β this repo and open an issue related to your portfolio submission.
- How to Add Your Portfolio:
- Create a new folder with your GitHub
username
. - Add your portfolio
Image
file there. - Ensure you don't modify anything in this template. Simply copy the code and fill in your details:
<table width="100%"> <tr> <td align="center"> <img src="Image URL" height="250" width="300" /> <p><a href="portfolio link">Your Name</a></p> </td> </tr> </table>
- Create a new folder with your GitHub
- After submitting, add your profile details in data.json. π
- Task 2: Submit Your Own GitHub Profile π
Check the Contributing Guidelines for more information.
If you have any questions, feel free to ask here.
These resources are essential for your journey:
- Overview of Open Source: Gain a comprehensive understanding of contributing to open source.
- Understanding Git Basics: Master the fundamental concepts of Git.
π π Happy Contributing! π π
_____ _ _ __ __
|_ _| |__ __ _ _ __ | | __ \ \ / /__ _ _
| | | '_ \ / _` | '_ \| |/ / \ V / _ \| | | |
| | | | | | (_| | | | | < | | (_) | |_| |
|_| |_| |_|\__,_|_| |_|_|\_\ |_|\___/ \__,_|