{"id":30193957,"url":"https://github.com/kader009/trendwave-frontend","last_synced_at":"2026-04-11T07:36:36.075Z","repository":{"id":297381788,"uuid":"996474305","full_name":"kader009/trendwave-frontend","owner":"kader009","description":"TrendWave the ecommerce website","archived":false,"fork":false,"pushed_at":"2025-06-30T05:57:40.000Z","size":451,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-30T06:39:15.691Z","etag":null,"topics":["javascript","nextjs15","reactjs","redux-persist","redux-thunk","redux-toolkit","sonner","tailwindcss","typsecript"],"latest_commit_sha":null,"homepage":"https://trendwave-frontend.vercel.app","language":"TypeScript","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/kader009.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,"zenodo":null}},"created_at":"2025-06-05T02:15:35.000Z","updated_at":"2025-06-30T05:57:44.000Z","dependencies_parsed_at":"2025-06-23T05:25:21.272Z","dependency_job_id":"1b30d8af-1a22-4cfb-a967-4cb6409f47ae","html_url":"https://github.com/kader009/trendwave-frontend","commit_stats":null,"previous_names":["kader009/trendwave-frontend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kader009/trendwave-frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kader009%2Ftrendwave-frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kader009%2Ftrendwave-frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kader009%2Ftrendwave-frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kader009%2Ftrendwave-frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kader009","download_url":"https://codeload.github.com/kader009/trendwave-frontend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kader009%2Ftrendwave-frontend/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270166108,"owners_count":24538445,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-13T02:00:09.904Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["javascript","nextjs15","reactjs","redux-persist","redux-thunk","redux-toolkit","sonner","tailwindcss","typsecript"],"created_at":"2025-08-13T02:07:08.397Z","updated_at":"2026-04-11T07:36:31.055Z","avatar_url":"https://github.com/kader009.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TrendWave (Ecommerce)\n\nTrendWave is a modern e-commerce platform frontend built with **Next.js**, **React 19**, **TailwindCSS**, **Redux Toolkit**, and more. It offers a seamless shopping experience, beautiful UI, and easy vendor and product management.\n\n---\n\n## Tech Stack\n\n- [Next.js 15](https://nextjs.org/)\n- [React 19](https://react.dev/)\n- [TailwindCSS 4](https://tailwindcss.com/)\n- [Redux Toolkit](https://redux-toolkit.js.org/)\n- [React Hook Form](https://react-hook-form.com/)\n- [Zod (Schema validation)](https://zod.dev/)\n- [Lucide Icons](https://lucide.dev/)\n- [Heroicons](https://heroicons.com/)\n- [Axios](https://axios-http.com/)\n- [Redux Persist](https://github.com/rt2zz/redux-persist)\n- [Swiper.js](https://swiperjs.com/)\n- [Sonner (Toasts)](https://sonner.emilkowal.ski/)\n\n---\n\n## 💡 Features\n\n- 🛍️ **Modern UI** with interactive product sliders powered by **Swiper.js**\n- 🧠 **State management** using **Redux Toolkit** and **Redux Persist**\n- 📨 **Real-time toast notifications** with **Sonner**\n- 🔐 **Form validation** using **React Hook Form** combined with **Zod**\n- 📱 **Fully responsive design**, optimized for mobile, tablet, and desktop\n- 🔄 **API integration** handled with **Axios**\n- ⚡ **Server-Side Rendering (SSR)** and **Incremental Static Regeneration (ISR)** for performance and SEO\n- 🛒 Special handling of **Flash Sale** and **Top Products** using dynamic/static rendering\n- 🔑 **Role-Based Access Control (RBAC)** implemented for:\n  - 👤 **Customer**\n  - 🛍️ **Seller**\n  - 🛠️ **Admin**\n\n---\n\n## Getting Started\n\nFollow these steps to get the project running locally:\n\n### 1. Clone the Repository\n\n```bash\ngit clone https://github.com/kader009/trendwave-frontend.git\n```\n\nIn the project directory, you can run:\n\n### 2. `npm install`\n\nInstalls all the dependencies listed in the `package.json` file. This command sets up your project by downloading the necessary packages before you can run or build the app.\n\n### 3.  `npm run dev`\n\nRuns the app in development mode using Next.js with Turbopack.  \nOpen [http://localhost:3000](http://localhost:3000) to view it in your browser.\n\n### 4. `npm run build`\n\nBuilds the app for production to the `.next` folder. It bundles React in production mode and optimizes the build for the best performance.Now you are ready to deploy your site on vercel or others like vercel.\n\n## Contact\n\n**Name:** Md Abdul Kader Molla  \n**Email:** kadermollarasel000@gmail.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkader009%2Ftrendwave-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkader009%2Ftrendwave-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkader009%2Ftrendwave-frontend/lists"}