diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 8b057c90..63a9f1d1 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,14 +1,14 @@ -**๐ Documentation Code of Conduct โ Recode-Website ๐** +**๐ Documentation Code of Conduct โ recode-website ๐** **๐ค Our Commitment** -Recode-Website is built to empower learners, developers, and open-source contributors from all walks of life. Whether youโre fixing a typo or designing a whole new feature, every contribution matters. Weโre committed to ensuring a respectful, welcoming, and inclusive space for everyone. +recode-website is built to empower learners, developers, and open-source contributors from all walks of life. Whether youโre fixing a typo or designing a whole new feature, every contribution matters. Weโre committed to ensuring a respectful, welcoming, and inclusive space for everyone. --- **๐ก Our Core Values** -We believe the Recode community thrives when we: +We believe the recode hive community thrives when we: - ๐ฌ Encourage open communication and knowledge sharing - ๐ง Welcome new ideas, diverse perspectives, and honest questions - ๐ Support and uplift contributors at all skill levels @@ -31,11 +31,11 @@ To maintain a safe and productive space, we do not tolerate: **๐งญ Scope of This Code** -This Code of Conduct applies to all spaces where the Recode project is represented: +This Code of Conduct applies to all spaces where the recode hive project is represented: - ๐ GitHub repository & discussions - ๐ Pull requests, issues, and commit comments - ๐ Project-related events, forums, and social media -- ๐ Any other platform or medium connected to Recode +- ๐ Any other platform or medium connected to recode hive --- @@ -62,13 +62,13 @@ We ask all contributors to: - โ Maintain integrity and credit all sources - โ Embrace learning and be open to feedback - โ Avoid offensive, unethical, or AI-generated content without review -- โ Help make Recode a safe, beginner-friendly environment +- โ Help make recode hive a safe, beginner-friendly environment --- **๐ซ Our Vision** -*Recode-Website* is more than a projectโitโs a platform for exploration, skill-building, and meaningful collaboration. Letโs code not just with logic, but with empathy and purpose. Together, we can create tech that inspires and includes. ๐ป๐ฑ +*recode-website* is more than a projectโitโs a platform for exploration, skill-building, and meaningful collaboration. Letโs code not just with logic, but with empathy and purpose. Together, we can create tech that inspires and includes. ๐ป๐ฑ --- @@ -76,6 +76,6 @@ We ask all contributors to: This Code of Conduct aligns with the principles of *GSSoCโ25* and reflects our collective commitment to mentorship, inclusivity, and ethical open-source contribution. -Inspired by [Contributor Covenant](https://www.contributor-covenant.org/version/3/0/code_of_conduct/) and has been adapted specifically for Recode-Website as part of the GSSoCโ25 Open Source Contributions initiative. +Inspired by [Contributor Covenant](https://www.contributor-covenant.org/version/3/0/code_of_conduct/) and has been adapted specifically for recode-website as part of the GSSoCโ25 Open Source Contributions initiative. -Modifications include beginner-friendly practices, inclusive open-source standards, and collaboration-focused values in line with GSSoCโs vision of mentorship and diversity in tech. \ No newline at end of file +Modifications include beginner-friendly practices, inclusive open-source standards, and collaboration-focused values in line with GSSoCโs vision of mentorship and diversity in tech. diff --git a/Documentation.md b/Documentation.md index a5ff4f16..3a4e5021 100644 --- a/Documentation.md +++ b/Documentation.md @@ -1,6 +1,6 @@ -# Building a GitHub Organization Leaderboard: A Deep Dive into Recode Hive's Implementation +# Building a GitHub Organization Leaderboard: A Deep Dive into recode hive's Implementation -Ever wondered how to build a live leaderboard that tracks contributions across an entire GitHub organization? Let me walk you through how we built ours at Recode Hive. This isn't your typical "fetch and display" tutorial - we're talking about handling rate limits, caching strategies, time-based filtering, and creating a smooth user experience that doesn't make the GitHub API cry. +Ever wondered how to build a live leaderboard that tracks contributions across an entire GitHub organization? Let me walk you through how we built ours at recode hive. This isn't your typical "fetch and display" tutorial - we're talking about handling rate limits, caching strategies, time-based filtering, and creating a smooth user experience that doesn't make the GitHub API cry. ## What We're Building @@ -557,7 +557,7 @@ Response Example: "repos_url": "https://api.github.com/orgs/recodehive/repos", "avatar_url": "https://avatars.githubusercontent.com/u/98765?v=4", "description": "Community-driven open source projects", - "name": "Recode Hive", + "name": "recode hive", "company": null, "blog": "https://recodehive.com", "location": "Worldwide", diff --git a/LICENSE b/LICENSE index 4e15fa70..2c23cbcd 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2025 Recode Hive +Copyright (c) 2025 recode hive Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index e5c0818a..751c27f1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
How to Contribute to this repo | How to Setup - Watch Video
+How to Contribute to this Repo | How to Setup - Watch Video
- Recodehive is an inclusive and welcoming platform where everyone can contribute,
+ recode hive is an inclusive and welcoming platform where everyone can contribute,
learn, and grow together. โก
Check my โจ Website: https://www.recodehive.com
๐ฎ How to reach me: github.com/sanjay-kv
diff --git a/src/components/dashboard/LeaderBoard/leaderboard.tsx b/src/components/dashboard/LeaderBoard/leaderboard.tsx
index c63faff8..e4c105fe 100644
--- a/src/components/dashboard/LeaderBoard/leaderboard.tsx
+++ b/src/components/dashboard/LeaderBoard/leaderboard.tsx
@@ -306,7 +306,7 @@ export default function LeaderBoard(): JSX.Element {
animate={{ opacity: 1, y: 0 }}
transition={{ duration: 0.5 }}
>
-
Top contributors across the {GITHUB_ORG} organization
@@ -316,7 +316,7 @@ export default function LeaderBoard(): JSX.Element { {!loading && filteredContributors.length > 2 && (Discover comprehensive web development articles, tutorials, and insights covering @@ -175,7 +175,7 @@ const BlogCard = ({ blog, index }) => { // Get authors for this blog post const getAuthors = (slug) => { - const authors = authorMapping[slug] || ["RecodeHive Team"]; + const authors = authorMapping[slug] || ["recode hive Team"]; return authors.length > 1 ? authors.join(" & ") : authors[0]; }; @@ -204,4 +204,4 @@ const BlogCard = ({ blog, index }) => {
- Welcome to RecodeHive โ a community built for everyone to{' '} + Welcome to recode hive โ a community built for everyone to{' '} learn, share, and{' '} grow. Whether you're a{' '} developer ๐จโ๐ป, designer ๐จ, or just someone interested in @@ -242,7 +242,7 @@ export default function CommunityPage(): React.ReactElement {
- There are many ways to get involved in RecodeHive. Here's how you can contribute: + There are many ways to get involved in recode hive. Here's how you can contribute:
- Thank you for your interest in RecodeHive! + Thank you for your interest in recode hive!
We're thrilled to have you here and can't wait to{' '}
diff --git a/src/pages/contact-us/index.tsx b/src/pages/contact-us/index.tsx
index ac07b87a..19df804e 100644
--- a/src/pages/contact-us/index.tsx
+++ b/src/pages/contact-us/index.tsx
@@ -7,7 +7,7 @@ const ContactUs: React.FC = () => {
return (
- Welcome to the Recode Hive community hub! Explore our stats, engage in discussions, and connect with fellow contributors.
+ Welcome to the recode hive community hub! Explore our stats, engage in discussions, and connect with fellow contributors.
Discover the perfect learning experience tailored for your
coding journey
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 12665676..001e40fb 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -40,7 +40,7 @@ export default function Home(): ReactNode {
return (
Recode Hive Community Dashboard
+ recode hive Community Dashboard
Why Choose Recode Hive?
+ Why Choose recode hive?