diff --git a/README.md b/README.md index d1d2dae5..79a3250e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@
+ +# πŸ” Dev-Display + +![GSSoC Logo]([https://github.com/DivyaJain-DataAnalyst/DevDisplay/blob/main/public/gssoc%20logo.png](https://github.com/DivyaJain-DataAnalyst/DevDisplay/blob/main/public/gssoc%20logo.png)) + +🌐 Visit the website to explore real-world projects, filter by tech stack, and discover new ideas! + +--- +

@@ -55,6 +64,18 @@
--> + +

+ An open-source framework to build and deploy intelligent, self-hosted AI agents that can handle real-world phone calls. +
+
+ + Β· + πŸ› Report a Bug + Β· + ✨ Request a Feature +

+ @@ -185,7 +206,58 @@

SparklesHow to Earn These Badges?Sparkles

How to Earn These Badges

-
+
+
+ +## πŸ“₯ Submitting a Pull Request + +Follow these steps to contribute your changes to **DevDisplay**: + +1. **🌟 Star & Fork the Repository** + Click the **β€œStar”** button to support the project, then **β€œFork”** the repo to create your own copy: + πŸ‘‰ [https://github.com/codeaashu/DevDisplay](https://github.com/codeaashu/DevDisplay) + +2. **πŸ“₯ Clone Your Fork** + Use the following command to clone your forked repository to your local machine: + ```bash + git clone https://github.com/Your-Username/DevDisplay.git + ``` + 3. Create a Branch + Navigate to the project directory and create a new branch for your changes: + + ```bash + cd DevDisplay + git checkout -b my-feature-branch + ``` + + 4. Make Changes + Add your new ML projects, games, websites, or enhancements. Fix bugs or improve UI/UX as needed. + + 5. Commit Your Changes + Use a meaningful commit message: + + ```bash + git add . + git commit -m "πŸ“¦ [Feature Add] Add XYZ website project" + ``` + + 6. Push Your Changes + Push your branch to your GitHub fork: + + ```bash + git push origin my-feature-branch + ``` + 7. Submit a Pull Request + + Go to your fork on GitHub. + + Click "Compare & pull request". + + Add a descriptive title using one of the prefixes: [UI], [UX], [Feature Add]. + + Link the related issue (if any) and clearly describe your changes. + +---

Featured in Star

@@ -265,3 +337,66 @@ This project is licensed under MIT.
Mirror Ball + +πŸ“‚ Explore the Project Directory Structure + +```bash + +DevDisplay/ +β”œβ”€β”€ public/ # Static assets +β”‚ β”œβ”€β”€ assets/ +β”‚ β”‚ β”œβ”€β”€ SocialLogo/ # Social media logos (GitHub.png, Discord.png, etc.) +β”‚ β”‚ β”œβ”€β”€ SupportedBy/ # Partner logos (MicrosoftForStartups.png, etc.) +β”‚ β”‚ β”œβ”€β”€ DevBadges/ # Contributor badges (DevPioneerpng.gif, etc.) +β”‚ β”‚ └── DevDisplayLOGO/ # Main logos (NameTagline.png) +β”‚ β”œβ”€β”€ gssoc logo.png # GSSoC logo +β”‚ β”œβ”€β”€ DDColorLOGO.png # Main logo +β”‚ └── star.png # Decorative image +β”œβ”€β”€ src/ # Source code +β”‚ β”œβ”€β”€ styles/ # CSS/Stylesheets +β”‚ └── scripts/ # JavaScript files +β”œβ”€β”€ .gitignore # Files to ignore in Git +β”œβ”€β”€ .prettierrc.json # Prettier configuration +β”œβ”€β”€ CODE_OF_CONDUCT.md # Community guidelines +β”œβ”€β”€ CONTRIBUTING.md # Contribution guidelines +β”œβ”€β”€ LICENSE # MIT License +β”œβ”€β”€ package.json # Project dependencies +β”œβ”€β”€ package-lock.json # Lock file for dependencies +β”œβ”€β”€ README.md # Project documentation +β”œβ”€β”€ SECURITY.md # Security policy +β”œβ”€β”€ tailwind.config.js # Tailwind CSS configuration +└── generate-sitemap.js # Sitemap generator script +``` + +--- + +## πŸ™Œ Contributors + +Thanks to these amazing people who have contributed to the **Dev-Display** project: + + +

+ +

+ + +--- + +## πŸ’‘ Suggestions & Feedback +Feel free to open issues or discussions if you have any feedback, feature suggestions, or want to collaborate! + +--- + +## πŸ“œ Code of Conduct + +To ensure a welcoming and inclusive environment, we have a Code of Conduct that all contributors are expected to follow. In short: **Be respectful, be kind, and be collaborative.** Please read the full [Code of Conduct](https://github.com/codeaashu/DevDisplay/blob/main/CODE_OF_CONDUCT.md) before participating. + +--- + +## πŸ“„ License + +This project is licensed under the [MIT License](https://github.com/codeaashu/DevDisplay/blob/main/LICENSE). + +--- + +Thank you again for your interest. We can't wait to see what you build with us! ❀️❀️ diff --git a/public/gssoc logo.png b/public/gssoc logo.png new file mode 100644 index 00000000..c01f8514 Binary files /dev/null and b/public/gssoc logo.png differ