Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new contributors to Contributors.json file #328

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 33 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
![PowerTheWeb Cover](public/assets/powertheweb-cover.png)

PowerTheWeb is an open-source project to help web developers make their road easy to become a successful web developer

<div align="center">
<a href="https://www.producthunt.com/posts/powertheweb?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-powertheweb" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=383235&theme=light" alt="PowerTheWeb - Empowering&#0032;the&#0032;web&#0044;&#0032;one&#0032;project&#0032;at&#0032;a&#0032;time&#0046; | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>
</div>


### How to Contribute to this project

1. Fork the repository first (Click the Fork button in the top right of this page,
Expand All @@ -23,43 +23,58 @@ git clone https://github.com/your-username/devvsakib/power-the-web.git
```markdown
cd power-the-web
```

4. Open CMD in your current directory and install npm packages using command.

```markdown
npm install
```

5. Run the project.

```markdown
npm run dev
```

5. Make changes in the project. Add, Commit and Push the project using following commands:

> Create a Branch

```markdown
git checkout -b <name of the branch>
```
- Make the changes

> Add all files
- Make the changes

> Add all files

```markdown
git add .
git add .
```

> Commit the changes

```markdown
git commit -m "Write Your commit Message"
git commit -m "Write Your commit Message"
```

> Push the branch

```markdown
git push
git push
```

OR

```markdown
git push origin branch-name
```

> Make Pull Request from Github Repository
** Star the repository. **
> ** Star the repository. **

### Adding Projects

If you want to add your project in repository, you are welcome. Please add your project in "PROJECTS" folder and make sure to name your folder as your project.
<br>
Ex:
Expand All @@ -72,24 +87,25 @@ So, people will know what project it is. Make sure you added your github name an

### NOTE

- Make Sure you commit your changes in a new branch.
- Make Sure you Give proper name to your files describing the addition.
- Also Make Sure you comment your code wherever necessary.

- Make Sure you commit your changes in a new branch.
- Make Sure you Give proper name to your files describing the addition.
- Also Make Sure you comment your code wherever necessary.

## REPO STATUS

![GitHub Issues Open](https://img.shields.io/github/issues/devvsakib/hacktoberfest-react-project?style=for-the-badge&color=green)
![GitHub PR Open](https://img.shields.io/github/issues-pr/devvsakib/hacktoberfest-react-project?style=for-the-badge&color=aqua)
![GitHub PR closed](https://img.shields.io/github/issues-pr-closed-raw/devvsakib/hacktoberfest-react-project?style=for-the-badge&color=blue)
![GitHub language count](https://img.shields.io/github/languages/count/devvsakib/hacktoberfest-react-project?style=for-the-badge&color=brightgreen)

> Size: 130.00 MiB
<br>
> <br>

## Event Occured

1. Hacktoberfest 2022 ✅
2. Diversion 2023 ✅
<br>
<br>

<!--
<div align="center">
Expand All @@ -99,15 +115,16 @@ So, people will know what project it is. Make sure you added your github name an
-->

## Support

Please leave a **STAR⭐**

### Connect with us

Join Us <a href="https://discord.gg/xwRbDwnbMr"><img src="https://cdn.worldvectorlogo.com/logos/discord-6.svg" title="Discord" alt="Discord Community" width="20"/></a>
Join Us <a href="https://discord.gg/xwRbDwnbMr"><img src="https://cdn.worldvectorlogo.com/logos/discord-6.svg" title="Discord" alt="Discord Community" width="20"/></a>

## Thanks to all the contributors ❤️
Add your details in `src/json/Contributors.json` file

Add your details in `src/json/Contributors.json` file

<a href = "https://github.com/devvsakib/hacktoberfest-react-project/graphs/contributors">
<img src = "https://contrib.rocks/image?repo=devvsakib/hacktoberfest-react-project"/>
Expand All @@ -116,4 +133,4 @@ Add your details in `src/json/Contributors.json` file
Show some ❤️ by starring this awesome repository!
</div>

LinkedIn Page -> [Visit🧩](https://www.linkedin.com/company/powertheweb)
LinkedIn Page -> [Visit🧩](https://www.linkedin.com/company/powertheweb)
Loading