Skip to content
Draft
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
5 changes: 5 additions & 0 deletions Amber/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Amber Applications

This folder contains awesome open source applications built with Amber.

For the complete list, please refer to the [main README](../README.md#amber).
5 changes: 5 additions & 0 deletions Android/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Android Applications

This folder contains awesome open source applications built for Android.

For the complete list, please refer to the [main README](../README.md#android).
5 changes: 5 additions & 0 deletions C#/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# C# Applications

This folder contains awesome open source applications built with C#.

For the complete list, please refer to the [main README](../README.md#c#).
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🟡 Broken anchor link #c# in C#/README.md

The link ../README.md#c# will not navigate to the C# section. GitHub generates heading IDs by stripping characters that are not letters, numbers, spaces, or hyphens, so the heading ## C# at README.md:262 gets the anchor ID c, not c#. Additionally, the # character within the URL fragment is itself a fragment delimiter, causing further ambiguity in how browsers parse the URL.

Suggested change
For the complete list, please refer to the [main README](../README.md#c#).
For the complete list, please refer to the [main README](../README.md#c).
Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

5 changes: 5 additions & 0 deletions C++/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# C++ Applications

This folder contains awesome open source applications built with C++.

For the complete list, please refer to the [main README](../README.md#cpp).
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🟡 Broken anchor link #cpp in C++/README.md

The link ../README.md#cpp will not navigate to the C++ section. There is no heading ## CPP in the main README — the actual heading is ## C++ at README.md:274. GitHub generates the anchor by stripping + characters, producing c, but since ## C# (README.md:262) already claims the c anchor, the C++ heading gets c-1. The correct fragment should be #c-1.

Suggested change
For the complete list, please refer to the [main README](../README.md#cpp).
For the complete list, please refer to the [main README](../README.md#c-1).
Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

5 changes: 5 additions & 0 deletions Django/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Django Applications

This folder contains awesome open source applications built with Django.

For the complete list, please refer to the [main README](../README.md#django).
5 changes: 5 additions & 0 deletions Electron/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Electron Applications

This folder contains awesome open source applications built with Electron.

For the complete list, please refer to the [main README](../README.md#electron).
5 changes: 5 additions & 0 deletions Firebase/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Firebase Applications

This folder contains awesome open source applications built with Firebase.

For the complete list, please refer to the [main README](../README.md#firebase).
5 changes: 5 additions & 0 deletions Laravel/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Laravel Applications

This folder contains awesome open source applications built with Laravel.

For the complete list, please refer to the [main README](../README.md#laravel).
5 changes: 5 additions & 0 deletions Meteor/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Meteor Applications

This folder contains awesome open source applications built with Meteor.

For the complete list, please refer to the [main README](../README.md#meteor).
5 changes: 5 additions & 0 deletions Rails/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Rails Applications

This folder contains awesome open source applications built with Rails.

For the complete list, please refer to the [main README](../README.md#rails).
5 changes: 5 additions & 0 deletions ReactJS/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# ReactJS Applications

This folder contains awesome open source applications built with ReactJS.

For the complete list, please refer to the [main README](../README.md#reactjs).
5 changes: 5 additions & 0 deletions ReactNative/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# React Native Applications

This folder contains awesome open source applications built with React Native.

For the complete list, please refer to the [main README](../README.md#react-native).
5 changes: 5 additions & 0 deletions Ruby/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Ruby Applications

This folder contains awesome open source applications built with Ruby.

For the complete list, please refer to the [main README](../README.md#ruby).
5 changes: 5 additions & 0 deletions VueJS/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# VueJS Applications

This folder contains awesome open source applications built with VueJS.

For the complete list, please refer to the [main README](../README.md#vuejs).