From 54cbf778cc10a65722cbcabd824fc5be299bfc00 Mon Sep 17 00:00:00 2001 From: pavanpodila Date: Sat, 26 Oct 2024 08:01:55 +0530 Subject: [PATCH] adding examples to the index --- src/content/docs/examples/index.mdx | 58 ++++++++++++++++++++--------- 1 file changed, 41 insertions(+), 17 deletions(-) diff --git a/src/content/docs/examples/index.mdx b/src/content/docs/examples/index.mdx index 675ad24..1ee7a41 100644 --- a/src/content/docs/examples/index.mdx +++ b/src/content/docs/examples/index.mdx @@ -4,7 +4,7 @@ description: Collection of several mini-app examples to demonstrate the Vyuh Framework --- -import { Card, CardGrid } from '@astrojs/starlight/components' +import { Card, CardGrid, LinkCard } from '@astrojs/starlight/components' The Vyuh framework has been designed from the ground-up to handle large scale development of features (aka **Mini-Apps**), across multiple distributed teams @@ -23,21 +23,45 @@ Each example has a breakdown of how the mini-App was built. Many of them use advanced techniques that are generally seen in production-grade applications. - - ![](unsplash/images/unsplash-logo.png) - An image gallery app that allows browsing different images, their details and searching by a variety of criteria. - - - - ![](wonderous/images/wonderous-logo.png) - A classic example used in the Flutter community to demonstrate a rich, animated experience of browsing the wonders of the world. This is our own take on Wonderous. + + The classic Flutter counter example, as a Vyuh Feature + + Read more + + + + A simple restaurant menu with item details + + Read more + + + + A puzzle with levels managed from the CMS + + Read more + + + + ![](unsplash/images/unsplash-logo.png) An image gallery app that allows + browsing different images, their details and searching by a variety of + criteria. + + Read more + + + + ![](wonderous/images/wonderous-logo.png) A classic example used in the + Flutter community to demonstrate a rich, animated experience of browsing the + wonders of the world. This is our own take on Wonderous. + + Read more + + + + ![](images/tmdb-logo.svg) Explore movies, tv series, cast and crew using the + TMDB API + + Read more + - - ![](images/tmdb-logo.svg) - Explore movies, tv series, cast and crew using the TMDB API - - - ![](images/news.png) - Locate articles and breaking news headlines from news sources and blogs across the web -