Skip to content
Merged
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
137 changes: 136 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<div align="center">

<!-- <table align="center">
<thead align="center">
<tr border: 2px;>
Expand All @@ -24,6 +25,14 @@

<!-- <h1 align="center"><img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Travel%20and%20places/Cyclone.png" alt="Cyclone" width="25" height="25" /> Paradise For Developers <img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Travel%20and%20places/Cyclone.png" alt="Cyclone" width="25" height="25" /></h1> -->

# πŸ” 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!

---

<a href="https://www.devdisplay.org/"><img src="./public/assets/DevDisplayLOGO/NameTagline.png" width="300px" /></a><br>
<a href="https://www.devdisplay.org/"><img src="./public/DDColorLOGO.png" width="500px" /></a><br>

Expand Down Expand Up @@ -55,6 +64,18 @@

</div>
</details> -->

<p align="center">
<strong>An open-source framework to build and deploy intelligent, self-hosted AI agents that can handle real-world phone calls.</strong>
<br />
<br />
<!-- <a href="#-getting-started-in-under-5-minutes"><strong>πŸš€ Get Started</strong></a> -->
Β·
<a href="https://github.com/codeaashu/DevDisplay/issues"><strong>πŸ› Report a Bug</strong></a>
Β·
<a href="https://github.com/codeaashu/DevDisplay/issues"><strong>✨ Request a Feature</strong></a>
</p>

<img align="center" src="./public/star.png" width="150px" />
</div>

Expand Down Expand Up @@ -185,7 +206,58 @@
<h2 align="center"><img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Telegram-Animated-Emojis/main/Activity/Sparkles.webp" alt="Sparkles" width="25" height="25" />How to Earn These Badges?<img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Telegram-Animated-Emojis/main/Activity/Sparkles.webp" alt="Sparkles" width="25" height="25" /><br><br><a href="https://github.com/codeaashu/DevDisplay/blob/main/contribution/ContributionBadges.md#-devdisplay-contributor-badges-"><img src="https://img.shields.io/badge/Click%20Here%20For%20Details-000000?style=for-the-badge&logo=github&logoColor=white" alt="How to Earn These Badges">
</a></h2>

<div align="center"><img align="center" src="./public/star.png" width="150px" /></div>
<div align="center"><img align="center" src="./public/star.png" width="150px" />
</div>

## πŸ“₯ 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.

---

<h1 align="center">Featured in <img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Travel%20and%20places/Star.png" alt="Star" width="25" height="25" /></h1>
<table>
Expand Down Expand Up @@ -265,3 +337,66 @@ This project is licensed under <a href="./LICENSE">MIT</a>. <img width=2300/>
</a><br>
<img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Objects/Mirror%20Ball.png" alt="Mirror Ball" width="150" height="150" />
</div>

πŸ“‚ 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:

<!-- readme: contributors -start -->
<p align="center">
<img src="https://api.vaunt.dev/v1/github/entities/codeaashu/repositories/DevDisplay/contributors?format=svg&limit=54" width="1000" />
</p>
<!-- readme: contributors -end -->

---

## πŸ’‘ 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! ❀️❀️
Binary file added public/gssoc logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.