Skip to content

Commit

Permalink
Merge branch 'main' into 230-blogs-route
Browse files Browse the repository at this point in the history
  • Loading branch information
devvsakib authored Aug 5, 2024
2 parents 5ba4a0a + 12d049e commit 7ad7fea
Show file tree
Hide file tree
Showing 19 changed files with 960 additions and 142 deletions.
11 changes: 11 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
# and commit this file to your remote git repository to share the goodness with others.

# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart

tasks:
- init: yarn install && yarn run build
command: yarn run dev


42 changes: 19 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
## GitHub Error Solve - A place to find Git related errors & there solutions
# DevToolsArena - Your Ultimate Resource for Git Solutions, Web Tools, and More

![GES](https://user-images.githubusercontent.com/88102392/226684787-087307ac-3c8b-45ca-a22d-ba42665ec481.png)
![DevToolsArena](public/assets/devtoolareabanner.png)

## Why GES?
## Why DevToolsArena?

GitHub Error Solve is a community-driven platform that serves as a hub for finding solutions to various Git-related errors. Git is a powerful and widely-used version control system, but it can sometimes be challenging to navigate its complexities, especially for beginners.
DevToolsArena is your comprehensive platform for not only resolving Git-related issues but also exploring a variety of web development resources, tools, and insights. Whether you're troubleshooting Git errors, seeking valuable tools, or diving into web development topics, DevToolsArena is designed to be your go-to resource.

This platform provides a space where users can ask questions about Git errors they encounter and receive responses from experienced developers who have faced and resolved similar issues before. It also offers a repository of knowledge where users can find previously answered questions and solutions, making it a valuable resource for anyone seeking to enhance their Git skills.
Our platform provides a collaborative space where users can find solutions to common Git errors, discover essential web tools, and access a wealth of web development resources. It’s a valuable destination for both seasoned developers and newcomers looking to enhance their skills and streamline their workflows.

## Tech stack used
## Tech Stack

| Language | Badge |
| ---------- | ----------------------------------------------------------------------------------------------------------------- |
Expand All @@ -19,32 +19,28 @@ This platform provides a space where users can ask questions about Git errors th
| React | ![React](https://img.shields.io/badge/react-blue?style=for-the-badge&logo=react&logoColor=navyblue) |
| Vite | ![Vite](https://img.shields.io/badge/vite-5BB4FF?style=for-the-badge&logo=vite&logoColor=FFC018) |

## Where to contribute?
## How to Contribute

Getting involved in open-source software (OSS) projects can be a gratifying and enriching experience. It not only enables you to acquire new skills but also allows you to make a valuable impact on a project that serves the wider community.
Contributing to DevToolsArena is a great way to get involved and make an impact. Here’s how you can contribute:

> Here the some steps you can take to contribute to this project:
- **Review the [Code of Conduct](/CODE_OF_CONDUCT.md)** to understand our community guidelines.
- **Follow the [Contribution Guidelines](/contributing.md)** to get started.
- **Report issues** or **suggest features** by creating an issue on GitHub.

- Remember to read [Code Of Conduct](/CODE_OF_CONDUCT.md) before contributing.
- Follow the [Contribution Documents](/contributing.md).
- Create an issue to report bugs, and vulnerabilities or add a new feature.
## Join Our Community

## Join our community
Connect with other developers and enthusiasts through our community channels. Joining a community can provide you with valuable insights, support, and networking opportunities.

If you're looking to connect with like-minded individuals who share your interests, passions, and goals, joining a community can be an excellent option. Whether it's a local group that meets in person or an online forum where members from around the world come together virtually, communities provide a sense of belonging and the opportunity to learn and grow alongside others.
[Join our Discord community](https://discord.gg/xwRbDwnbMr)

By joining a community, you can gain access to a wealth of knowledge, resources, and support that can help you achieve your personal and professional aspirations. So if you're ready to connect with others who share your interests and build meaningful relationships, consider joining a community today!
### Acknowledgments

[Discord Link](https://discord.gg/xwRbDwnbMr)
We extend our heartfelt thanks to everyone who has contributed to DevToolsArena. Your support and contributions are invaluable to the success of this project. ❤️

### Contributors

We would like to extend our heartfelt gratitude to all the individuals who have contributed to and supported this project. Your time, skills, and knowledge have been indispensable in ensuring the success of this endeavor. Whether you provided code, documentation, testing, or simply gave feedback and suggestions, we are truly grateful for your contributions. ❤️

<a href = "https://github.com/devvsakib/github-error-solve/graphs/contributors">
<img src = "https://contrib.rocks/image?repo=devvsakib/github-error-solve"/>
<a href="https://github.com/devvsakib/DevToolsArena/graphs/contributors">
<img src="https://contrib.rocks/image?repo=devvsakib/DevToolsArena" />
</a>

## License

ProjectsHut is licensed under the [GNU GENERAL PUBLIC LICENSE ](/LICENSE)
DevToolsArena is licensed under the [GNU General Public License](/LICENSE).
68 changes: 48 additions & 20 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,22 +1,50 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>GitHub Error Solve - Opensource Projects</title>
<link rel="shortcut icon" href="githubfavicon.png" type="image/x-icon">
<link rel="stylesheet" href="./dist/output.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500;700&display=swap"
rel="stylesheet"
/>
<meta name="google-site-verification" content="%VITE_GOOGLE_SITE_VERIFICATION%" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>

<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<!-- Primary Title and Description -->
<title>DevToolsArena - Opensource Project</title>
<meta name="description" content="DevToolsArena is a comprehensive platform for resolving Git-related issues, discovering essential web tools, and accessing valuable web development resources. Join our community for support and collaboration." />
<meta name="keywords" content="Git solutions, web development resources, Git errors, web tools, HTML to JSX converter, GitHub issue finder, markdown editor, opensource, opensource project, good first issue" />

<!-- Favicon -->
<link rel="shortcut icon" href="githubfavicon.png" type="image/x-icon" />

<!-- Stylesheets -->
<link rel="stylesheet" href="./dist/output.css" />

<!-- Font Preconnect -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />

<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500;700&display=swap" rel="stylesheet" />

<!-- Google Site Verification -->
<meta name="google-site-verification" content="%VITE_GOOGLE_SITE_VERIFICATION%" />

<!-- Open Graph Meta Tags for Social Sharing -->
<meta property="og:title" content="DevToolsArena - Your Ultimate Resource for Git Solutions, Web Tools, and More" />
<meta property="og:description" content="DevToolsArena is a comprehensive platform for resolving Git-related issues, discovering essential web tools, and accessing valuable web development resources. Join our community for support and collaboration." />
<meta property="og:image" content="URL_TO_IMAGE" />
<meta property="og:url" content="YOUR_SITE_URL" />
<meta property="og:type" content="website" />

<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="DevToolsArena - Your Ultimate Resource for Git Solutions, Web Tools, and More" />
<meta name="twitter:description" content="DevToolsArena is a comprehensive platform for resolving Git-related issues, discovering essential web tools, and accessing valuable web development resources. Join our community for support and collaboration." />
<meta name="twitter:image" content="URL_TO_IMAGE" />

</head>

<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>

</html>
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.7.1",
"react-json-pretty": "^2.2.0",
"react-markdown": "^9.0.1",
"react-modal": "^3.16.1",
"react-router-dom": "^6.25.1",
Expand Down
Binary file added public/assets/devtoolareabanner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7ad7fea

Please sign in to comment.