Skip to content

Commit

Permalink
Merge pull request #50 from RotrixLOL/rotrixx-react
Browse files Browse the repository at this point in the history
migrate to react #49
  • Loading branch information
priyankarpal authored Mar 5, 2023
2 parents b527e4b + a5a6914 commit 4165d3f
Show file tree
Hide file tree
Showing 18 changed files with 1,129 additions and 1,761 deletions.
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,24 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
36 changes: 12 additions & 24 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,30 +12,18 @@
2. Clone it to your computer `git clone https://github.com/your-username/ProjectsHut.git`
3. Navigate to the project folder `cd ProjectsHut`
4. Add your projects to here
- install `npm ci`
- add following code to HTML `index.html` after projects section

```diff
<!-- Add Your GitHub username -->

<!-- Add Your GitHub username -->

<div class="block rounded-xl border border-gray-800 p-8 shadow-xl transition hover:border-white">
<img src="https://github.com/<YOUR-GITHUB-USERNAME>.png" class="h-10 w-10 rounded-full" alt="Add-Alt-Tag">
<a href="<YOUR-PROJECT-LINK>" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"
class="ml-1.5 h-4 w-4 float-right relative bottom-10">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path>
</svg>
</a>
<h2 class="mt-4 text-xl font-bold text-white">[PROJECT NAME]</h2>
<p class="mt-1 text-sm text-gray-300">
[PROJECT DESCRIPTION]
</p>
<h4 class="pt-2 text-[#A66EFC]">[TECH STACKS NAME]</h4>
</div>

- install dependencies `yarn`
- add following code to end of `src/projects.json`

```json
{
"gh-username": "YOUR-GITHUB-USERNAME",
"name": "HOW-DO-YOU-WANT-TO-BE-CALLED",
"link": "LINK-TO-GITHUB-OR-DEMO",
"title": "PROJECT-TITLE",
"description": "PROJECT-DESCRIPTION",
"tech": ["some tech 1", "some tech 2", "etc"]
}
```

5. Create a new branch using your `GitHub Username`
Expand Down
318 changes: 7 additions & 311 deletions index.html

Large diffs are not rendered by default.

Loading

1 comment on commit 4165d3f

@vercel
Copy link

@vercel vercel bot commented on 4165d3f Mar 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

projectshut – ./

projectshut-git-main-priyankarpal.vercel.app
projectshut-priyankarpal.vercel.app
projectshut.vercel.app

Please sign in to comment.