Skip to content

Commit

Permalink
✨ add full apps: Furniture App From Hewad Mubariz
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpmohiburrahman committed Jun 26, 2024
1 parent 20120c7 commit f9ac78f
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 0 deletions.
10 changes: 10 additions & 0 deletions data/fullapps.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[
{
"caption": "Furniture App",
"demo": "demo/fullapps/furniture_app_hewad_mubariz.mp4",
"Author": "Hewad Mubariz",
"source": "https://github.com/hewad-mubariz/Furniture_App",
"twitterId": "hewad_mubariz",
"linkedInId": "hewad-mubariz"
}
]
14 changes: 14 additions & 0 deletions docs/fullapps.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
id: fullapps
title: Full Apps
description: All Full Apps Animation In React Native
image: /img/og.png
---

import useBaseUrl from "@docusaurus/useBaseUrl";
import { Video } from "@site/components/video";
import fullapps from "@site/data/fullapps.json"

import Gallery from '@site/components/gallery/Gallery';

<Gallery items={fullapps} />
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ module.exports = {
"buttons",
"accordions",
"miscellaneous",
"fullapps",
],
};
Binary file not shown.

0 comments on commit f9ac78f

Please sign in to comment.