{"id":24967041,"url":"https://github.com/akdevv/awwwards","last_synced_at":"2026-05-08T13:19:01.321Z","repository":{"id":273866506,"uuid":"921097082","full_name":"akdevv/awwwards","owner":"akdevv","description":"Visually captivating website inspired by Zentry. Smooth animations using GSAP and TailwindCSS.","archived":false,"fork":false,"pushed_at":"2025-01-24T08:59:46.000Z","size":51373,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-10T07:43:59.697Z","etag":null,"topics":["gsap","react","tailwindcss"],"latest_commit_sha":null,"homepage":"https://awwwards-gsap.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/akdevv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-23T10:31:19.000Z","updated_at":"2025-01-24T09:02:48.000Z","dependencies_parsed_at":"2025-03-29T02:40:29.860Z","dependency_job_id":"2fdb337b-f494-471e-b25e-a292c933e865","html_url":"https://github.com/akdevv/awwwards","commit_stats":null,"previous_names":["akdevv/awwwards"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/akdevv/awwwards","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akdevv%2Fawwwards","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akdevv%2Fawwwards/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akdevv%2Fawwwards/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akdevv%2Fawwwards/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akdevv","download_url":"https://codeload.github.com/akdevv/awwwards/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akdevv%2Fawwwards/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32781992,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gsap","react","tailwindcss"],"created_at":"2025-02-03T12:36:36.092Z","updated_at":"2026-05-08T13:19:01.306Z","avatar_url":"https://github.com/akdevv.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Awwwards\n\n## 📋 \u003ca name=\"table\"\u003eTable of Contents\u003c/a\u003e\n\n1. 🤖 [Introduction](#introduction)\n2. ⚙️ [Tech Stack](#tech-stack)\n3. 🔋 [Features](#features)\n4. 🤸 [Quick Start](#quick-start)\n\n## ⚠️ Disclaimer\n\nThis a tutorial project from **[JavaScript Mastery](https://www.youtube.com/watch?v=zA9r5zTllx4)**. \u003cbr\u003e\nAll design credits goes to **[Zentry](https://zentry.com/)**.\n\n## \u003ca name=\"introduction\"\u003e🤖 Introduction\u003c/a\u003e\n\nBuild a visually captivating website inspired by **[Zentry](https://zentry.com/)**, featuring scroll-triggered animations, geometric transitions, and engaging video storytelling. Learn how to deliver a luxurious, modern feel, focusing on engaging UI/UX and smooth responsiveness, capturing the essence of what makes an Awwwards winner.\n\n## \u003ca name=\"tech-stack\"\u003e⚙️ Tech Stack\u003c/a\u003e\n\n-   GSAP\n-   React.js\n-   Tailwind CSS\n\n## \u003ca name=\"features\"\u003e🔋 Features\u003c/a\u003e\n\n👉 **Scroll-Based Animations**: Dynamic animations triggered by scrolling for a more engaging user experience.\n\n👉 **Clip Path Shaped Animations**: Unique geometric transitions using CSS clip-paths to create visually stunning effects.\n\n👉 **3D Hover Effects**: Interactive 3D transformations that respond to user interactions for a modern feel.\n\n👉 **Video Transitions**: Seamlessly integrated video elements to enhance storytelling and flow.\n\n👉 **Smooth UI/UX**: Polished interfaces with buttery-smooth interactions for an intuitive user journey.\n\n👉 **Completely Responsive**: Flawless adaptation across all devices, ensuring a consistent experience.\n\nand many more, including code architecture and reusability\n\n## \u003ca name=\"quick-start\"\u003e🤸 Quick Start\u003c/a\u003e\n\nFollow these steps to set up the project locally on your machine.\n\n**Prerequisites**\n\nMake sure you have the following installed on your machine:\n\n-   [Git](https://git-scm.com/)\n-   [Node.js](https://nodejs.org/en)\n-   [npm](https://www.npmjs.com/) (Node Package Manager)\n\n**Cloning the Repository**\n\n```bash\ngit clone https://github.com/akdevv/awwards.git\ncd awwards\n```\n\n**Installation**\n\nInstall the project dependencies using npm:\n\n```bash\nnpm install\n```\n\n**Running the Project**\n\n```bash\nnpm run dev\n```\n\nOpen [http://localhost:5173](http://localhost:5173) in your browser to view the project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakdevv%2Fawwwards","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakdevv%2Fawwwards","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakdevv%2Fawwwards/lists"}