Skip to content

Fix incorrect Vue Shop at Home link in README.md #56

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Here you will find examples of applications built using a variety of Frameworks
| 1 | [**svelte**-shop-at-home](https://github.com/azure-template-resources/shopathome-svelte) | Shop at Home app that allows customers to securely add, edit, view, and remove items such as food and household needs from their list. <br> <img src="media/icons/AzureFunctionsApp.svg" alt="Azure Functions" width="19" height="18" /> <img src="media/icons/fastify-logo.png" alt="Fastify" width="23" /> <br> [Try Live](https://svelte.shopathome.dev/home) |
| 2 | [**angular**-shop-at-home](https://github.com/azure-template-resources/shopathome-angular) | Shop at Home app that allows customers to securely add, edit, view, and remove items such as food and household needs from their list. <br> <img src="media/icons/AzureFunctionsApp.svg" alt="Azure Functions" width="19" height="18" /> <img src="media/icons/fastify-logo.png" alt="Fastify" width="23" /> <br> [Try Live](https://angular.shopathome.dev/home) |
| 3 | [**react**-shop-at-home](https://github.com/azure-template-resources/shopathome-react) | Shop at Home app that allows customers to securely add, edit, view, and remove items such as food and household needs from their list. <br> <img src="media/icons/AzureFunctionsApp.svg" alt="Azure Functions" width="19" height="18" /> <img src="media/icons/fastify-logo.png" alt="Fastify" width="23" /> <br> [Try Live](https://react.shopathome.dev/home) |
| 4 | [**vue**-shop-at-home](https://github.com/azure-template-resources/shopathome-vue) | Shop at Home app that allows customers to securely add, edit, view, and remove items such as food and household needs from their list. <br> <img src="media/icons/AzureFunctionsApp.svg" alt="Azure Functions" width="19" height="18" /> <img src="media/icons/fastify-logo.png" alt="Fastify" width="23" /> <br> [Try Live](https://react.shopathome.dev/home) |
| 4 | [**vue**-shop-at-home](https://github.com/azure-template-resources/shopathome-vue) | Shop at Home app that allows customers to securely add, edit, view, and remove items such as food and household needs from their list. <br> <img src="media/icons/AzureFunctionsApp.svg" alt="Azure Functions" width="19" height="18" /> <img src="media/icons/fastify-logo.png" alt="Fastify" width="23" /> <br> [Try Live](https://vue.shopathome.dev/home) |
| 5 | [**vue.js**-fullstack-todo-list](https://github.com/Azure-Samples/azure-sql-db-fullstack-serverless-kickstart) | A todo e2e reference app <br> <img src="media/icons/AzureFunctionsApp.svg" alt="Azure Functions" width="19" height="18" /> <img src="media/icons/SQL.svg" alt="Azure SQL" width="18" height="18" /> |
| 6 | [**React**-3Tier-todo-app](https://github.com/azure-template-resources/todo-nodejs-pgsql-googleAuth) | A sample Todo app to help you learn how to build a full-stack application with authentication and authorization <br> <img src="media/icons/nodejs.png" alt="Nodejs" width="16" height="18" /> <img src="media/icons/postgresql.svg" alt="PostgreSQL DB" width="16" height="18" /> <img src="media/icons/google-auth.png" alt="Google Authentication" width="16" height="18" /> |

Expand Down