Giter Site home page Giter Site logo

microsoft / static-web-apps-gallery-code-samples Goto Github PK

View Code? Open in Web Editor NEW
111.0 31.0 72.0 32.02 MB

A community showcase of projects built with Azure Static Web Apps ๐ŸŽ‰ Visit: https://microsoft.github.io/static-web-apps-gallery-code-samples/

License: MIT License

static-site static-site-generator azure azure-static-web-apps javascript angular svelte vue react stenciljs

static-web-apps-gallery-code-samples's Introduction

Azure Static Web Apps Gallery

Welcome to the Azure Static Web Apps Gallery - a showcase of awesome projects built by community, and deployed to the Azure Static Web Apps service.


๐Ÿ”ฅ | Add Your Project

Want to have your project listed in the gallery?


๐Ÿ“ | Technologies Showcased

The table showcases technologies for which projects were added - click the technology to visit the section showcasing all its projects. If a project has a demo URL, the IsLive column shows if that is still active (last-checked: Apr 18, 2022)

Technology Project Is Live
Angular Catsify: A cat names generator โœ…
ngxtools: Angular Package Registry โœ…
angular-swa-auth library demo โœ…
Docusaurus Docusaurus Starter โœ…
Hugo ngVikings 2020 Conference โœ…
Scully PWA Blog โœ…
Svelte Shop at Home โœ…
Vanilla HTML/JS/CSS SWAG Demo: A Positive Thought For Your Day โœ…
Nitrooo landing page โœ…
Hexa CLI Landing Page โœ…
VS Code Can Do That โœ…
VuePress Nitro Workshop โœ…
Peacock for Visual Studio Code Documentation โœ…
Cognitive Search Static Apps Demo โœ…

๐Ÿ’ป | Projects (By Technology)

Angular

Catsify App

Catsify is a simple and creative app that allows you to find a unique name for your lovely cat. What's interesting about this app is that the names generator is all written in Rust and compiled to WASM; and the API is exposed through a Node.js Azure Function.

  • Link to the project: HERE
  • GitHub repo: HERE

Stacks Used: angular, typescript, azure static web apps, rust, web assembly, nodejs, azure functions


Docusaurus

Docusaurus starter

A simple starter template for creating documentation website using the Docusaurus framework.

Stacks Used: reactjs, azure static web apps


Gatsby


Hugo

ngVikings 2020

ngVikings is a non-profit, non-commercial, 100% community-driven event comprised of many Nordic Angular groups with more than 6500 active members in total.

Stacks Used: hugo, azure static web apps, workbox


Mongoose

Mongoose logo

Preview image for Mongoose starter kit

Mongoose is the most popular ODM (object document mapper) for Node.js. This basic starter includes the necessary code and steps to create Azure Static Web Apps with Cosmos DB and Mongoose. No front-end framework is used, allowing you to update the site as needed.

Stacks Used: mongoose, cosmos db, azure static web apps


React.js


PWA Blog

News and articles about Progressive Web Apps.

Stacks Used: angular, scully, azure static web apps, workbox, pwa


Svelte

Svelte Application

"Shop at Home" is a sample app which is written in four variations: Angular, React, Svelte and Vue. It is shown in the Build 2020 video presentation.

Stacks Used: svelte, react, angular, nodejs, azure static web apps


Vanilla HTML JavaScript CSS

Positive quote website screenshot

This is a simple barebone demo for Azure SWAG (Static Web Apps on GitHub). You can use it as a template for your own apps.

Stacks Used: html, javascript, nodejs, azure static web apps


Nitrooo App

Nitro is a heavily opinionated template for building Serverless applications with NestJS, the fastest-growing NodeJS framework in the world by github stars.

Stacks Used: javascript, css, html


The ultimate companion for the Azure CLI screenshot

Hexa is the ultimate companion for the Azure CLI. It allows you to seamlessly configure, setup and deploy to different Azure services such as Resource Groups, Storage accounts, Hosting, Azure Functions and Databases (CosmosDB and Table Storage) and more.

Stacks Used: html, css, javascript


Vue.js

Vs Code Can Do That

All the best things about VS Code that nobody ever bothered to show you.

Stacks Used: vuejs, azure static web apps


VuePress

Nitro logo

Online workshop built with Vuepress to learn how to build a backend using NestJS. This is a practical workshop where you'll learn "hands-on" by iteratively building an application from scratch using NestJS and Azure.

Stacks Used: vuepress, azure static web apps, nodejs, nestjs


Peacock icon

Peacock is a Visual Studio Code extension with 700,000+ installations. It subtly changes the color of your Visual Studio Code workspace. This is ideal when you have multiple VS Code instances, use VS Live Share, or use VS Code's Remote features, and you want to quickly identify your editor.

Stacks Used: vuepress, azure static web apps, nodejs


Cognitive Search Static Apps Demo

A sample faceted search user experience implementation for your Azure Cognitive Search index. Similar to the official demo app, but a bit more modern. Fork the repo, deploy it to your Static Web Apps instance, connect it to your Cognitive Search index with a set of config settings, optionally configure authN/authZ - and you get a fully functioning search UI, with facet filters and geovisualization. The live demo is pointed to the official Azure Cognitive Search Sample Data - Repository index, and you can start with the same. Feel free to use as a template for your own implementations.

Stacks Used: react, nodejs, azure static web apps, azure functions

static-web-apps-gallery-code-samples's People

Contributors

banujan6 avatar bnb avatar burkeholland avatar christianacca avatar dependabot[bot] avatar fhinkel avatar floar avatar glaucia86 avatar jlooper avatar johnpapa avatar manekinekko avatar microsoft-github-operations[bot] avatar microsoftopensource avatar nitya avatar rizwan-hasan avatar sajeetharan avatar scale-tone avatar sinedied avatar stuartleaver avatar sumitkharche avatar webmaxru avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

static-web-apps-gallery-code-samples's Issues

Use JSON instead of README

Since we are planning to build a landing page or a website with all these awesome submissions, it think we should switch from storing these submissions in the readme format, and use a structured JSON file. This will make building the website much easier since we would only need to update and redeploy this JSON file.

I suggest the following format:

[{
  "title": "example",
  "link": "https://...",
  "repository": "https://github.com/...",
  "description": "example description",
  "technologies": ["angular", "vue", "react"],
  "screenshots": ["./media/example.png"],
  "authors": [{
    "name": "example",
    "twitter": "@example",
    "github": "@example",
  }]
}]

@glaucia86 @burkeholland @johnpapa WDYT?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.