Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kushal997-das authored Oct 7, 2024
1 parent 5f8211e commit aa5b359
Showing 1 changed file with 109 additions and 2 deletions.
111 changes: 109 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,109 @@
# SkillShow
Welcome to the SkillShow repository! This is a collaborative space for beginners and intermediate programmers to showcase their skills through coding tasks and portfolio submissions. πŸ’»βœ¨
<a href="https://github.com/Kushal997-das/SkillShow/">
<img align='center' height="30" src="https://img.shields.io/badge/SkillShow-Project-orange.svg?&style=for-the-badge&logo=KD&logoColor=blue" />
</a> <br>

## Welcome to SkillShow! πŸŽ‰

**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.

## Project Goals

- **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.


---

### How to Get Started πŸš€

1. **Register your interest**:
- Follow the instructions in the repository to get involved.
- Be sure to read the guidelines carefully before starting.

<br>

### Eligibility Criteria 🚫

- **⚠️ Duplicate programming questions will not be accepted.**
- **Star and Fork the Repository**:
- [SkillShow Repository](https://github.com/Kushal997-das/SkillShow)
- **You must fill the `data.json` file after completing your task.**

---

### SkillShow Tasks 🌈

1. **[Beginner Level πŸ“](https://github.com/Kushal997-das/SkillShow/tree/main/Beginner%20Level%20%F0%9F%93%81)**
- **Task 1**: [Add Your Program Question and Solution](https://github.com/Kushal997-das/SkillShow/tree/main/Beginner%20Level%20%F0%9F%93%81) πŸ˜‡
- **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](https://github.com/Kushal997-das/SkillShow/blob/main/Beginner%20Level%20%F0%9F%93%81/data.json). πŸ“
2. **[Intermediate Level πŸ“](https://github.com/Kushal997-das/SkillShow/tree/main/Intermediate%20Level%20%F0%9F%93%81)**
- **Task 2**: [Submit Your Own Portfolio Page / GitHub Profile](https://github.com/Kushal997-das/SkillShow/tree/main/Intermediate%20Level%20%F0%9F%93%81) πŸ“„
- **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](https://github.com/Kushal997-das/SkillShow/tree/main/Intermediate%20Level%20%F0%9F%93%81#readme). Simply copy the code and fill in your details:
```html
<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>
```
- After submitting, add your profile details in [data.json](https://github.com/Kushal997-das/SkillShow/blob/main/Intermediate%20Level%20%F0%9F%93%81/data.json). πŸ“…
---
### Contributing Guidelines 🀝
Check the [Contributing Guidelines](https://github.com/Kushal997-das/SkillShow/blob/main/CONTRIBUTING.md) for more information.
<br>
### Need Help? πŸ€”
If you have any questions, feel free to ask [here](https://github.com/Kushal997-das/SkillShow/discussions/categories/q-a).
<br>
### Helpful Resources πŸ› οΈ
These resources are essential for your journey:
- **[Overview of Open Source](https://kushaldas.hashnode.dev/hacktoberfest-everything-you-need-to-know)**: Gain a comprehensive understanding of contributing to open source.
- **[Understanding Git Basics](https://kushaldas.hashnode.dev/essential-git-commands-a-beginners-guide-to-version-control)**: Master the fundamental concepts of Git.
---
### Awesome Contributors 🌟
<a href="https://github.com/Kushal997-das/SkillShow/graphs/contributors">
<img src="https://contrib.rocks/image?repo=Kushal997-das/SkillShow" />
</a>
:tada: :confetti_ball: **Happy Contributing!** :confetti_ball: :tada:
```
_____ _ _ __ __
|_ _| |__ __ _ _ __ | | __ \ \ / /__ _ _
| | | '_ \ / _` | '_ \| |/ / \ V / _ \| | | |
| | | | | | (_| | | | | < | | (_) | |_| |
|_| |_| |_|\__,_|_| |_|_|\_\ |_|\___/ \__,_|
```
---
Feel free to make any additional changes or let me know if you need further adjustments!

0 comments on commit aa5b359

Please sign in to comment.