{"id":24461319,"url":"https://github.com/alikeldev/reactvite-template-v2","last_synced_at":"2026-04-28T09:05:54.997Z","repository":{"id":273005259,"uuid":"918444404","full_name":"AliKelDev/ReactVite-Template-V2","owner":"AliKelDev","description":"React + Vite template ","archived":false,"fork":false,"pushed_at":"2025-09-19T15:27:56.000Z","size":207,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-01T05:46:36.800Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://reactvite-template-alikeldev.netlify.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/AliKelDev.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-18T00:27:44.000Z","updated_at":"2025-09-27T00:14:08.000Z","dependencies_parsed_at":"2025-12-29T12:05:25.896Z","dependency_job_id":null,"html_url":"https://github.com/AliKelDev/ReactVite-Template-V2","commit_stats":null,"previous_names":["alikeldev/reactvite-template-v2"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AliKelDev/ReactVite-Template-V2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliKelDev%2FReactVite-Template-V2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliKelDev%2FReactVite-Template-V2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliKelDev%2FReactVite-Template-V2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliKelDev%2FReactVite-Template-V2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AliKelDev","download_url":"https://codeload.github.com/AliKelDev/ReactVite-Template-V2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliKelDev%2FReactVite-Template-V2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32373551,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"online","status_checked_at":"2026-04-28T02:00:07.250Z","response_time":56,"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":[],"created_at":"2025-01-21T04:18:57.399Z","updated_at":"2026-04-28T09:05:54.073Z","avatar_url":"https://github.com/AliKelDev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 React + Vite Template Project\n\nA **production-ready** React template built with professional architecture and clean code standards. Features a beautiful design system, proper component structure, and comprehensive type safety.\n\n[![Live Demo](https://img.shields.io/badge/demo-live-blue.svg)](https://react-vite-alikeldev.netlify.app/)\n[![GitHub Stars](https://img.shields.io/github/stars/AliKelDev/ReactVite-Template-V2?style=social)](https://github.com/AliKelDev/ReactVite-Template-V2)\n[![Twitter Follow](https://img.shields.io/twitter/follow/AliLeisR?style=social)](https://x.com/AliLeisR)\n\n[View Demo](https://react-vite-alikeldev.netlify.app/) • [Get Started](#quick-start) • [Features](#features) • [Professional Services](https://webpixelle3.netlify.app/)\n\n## ✨ Features\n\n### Architecture \u0026 Code Quality\n- 🏗️ **Clean Architecture**: Proper layout hierarchy with single source of truth\n- 🔗 **True SPA Routing**: React Router implementation with proper navigation\n- 📝 **Type Safety**: Complete PropTypes validation on all components\n- 🎯 **Professional Standards**: Zero lint errors, consistent naming conventions\n\n### Design System\n- 🎨 **Semantic Color System**: Primary, secondary, and accent color palettes in Tailwind config\n- 🌟 **Modern UI**: Glassmorphism effects with proper contrast and accessibility\n- 📱 **Responsive Design**: Mobile-first approach with consistent breakpoints\n- ⚡ **Optimized Performance**: Clean build output and efficient animations\n\n### Component Structure\n- 🧱 **Modular Components**: Reusable, well-documented components with clear interfaces\n- 🖼️ **Project Showcase**: Professional portfolio components with live previews\n- 🛠️ **Tech Stack Cards**: Configurable technology showcase components\n- 🔒 **Secure Previews**: Safe iframe handling with proper fallbacks\n\n### Developer Experience\n- 🚀 **Ready to Extend**: Clean foundation that's easy to build upon\n- 🔧 **Modern Tooling**: Vite, ESLint, and Tailwind CSS properly configured\n- 📦 **Clean Dependencies**: No phantom packages, only what you actually need\n- 📋 **Complete Documentation**: Clear setup and customization instructions\n\n## 🚀 Quick Start\n\n```bash\n# Clone the repository\ngit clone https://github.com/AliKelDev/ReactVite-Template-V2.git\n\n# Navigate to project directory\ncd ReactVite-Template-V2\n\n# Install dependencies\nnpm install\n\n# Start development server\nnpm run dev\n\n# Build for production\nnpm run build\n```\n\n## 🛠️ Tech Stack\n\n- **Framework**: React 18 + Vite 6\n- **Routing**: React Router DOM 7\n- **Styling**: Tailwind CSS 3.4 with custom design system\n- **Animations**: Framer Motion 11\n- **Icons**: Lucide React\n- **Type Safety**: PropTypes validation\n- **Code Quality**: ESLint 9 with React plugins\n- **Build Tool**: Vite with optimized config\n- **Language**: Modern JavaScript (ES2022+)\n\n## 📦 Core Components\n\n### PreviewEmbed\nSecurely embed external content with loading states and error handling:\n```jsx\n\u003cPreviewEmbed\n  siteUrl=\"https://your-url.com\"\n/\u003e\n```\n\n### TechCard\nShowcase technologies with animated cards:\n```jsx\n\u003cTechCard\n  title=\"React + Vite\"\n  desc=\"Modern build tooling\"\n  Icon={ReactIcon}\n/\u003e\n```\n\n### InstallGuide\nTerminal-style installation instructions (no props required):\n```jsx\n\u003cInstallGuide /\u003e\n```\n\n## 🎨 Design System\n\n### Color Palette\nThe template includes a complete semantic color system in `tailwind.config.js`:\n\n- **Primary**: Indigo-based (primary-50 to primary-950)\n- **Secondary**: Purple-based (secondary-50 to secondary-950)\n- **Accent**: Slate-based (accent-50 to accent-950)\n\n```jsx\n// Usage examples\n\u003cdiv className=\"bg-primary-500 text-white\"\u003ePrimary Button\u003c/div\u003e\n\u003cdiv className=\"text-secondary-300\"\u003eSecondary Text\u003c/div\u003e\n\u003cdiv className=\"border-accent-600\"\u003eAccent Border\u003c/div\u003e\n```\n\n### Background Gradients\n```jsx\n// Pre-configured gradient backgrounds\n\u003cdiv className=\"bg-page-gradient from-primary-900 via-primary-950 to-black\"\u003e\n\u003cdiv className=\"bg-gradient-to-r from-primary-500 to-secondary-500\"\u003e\n```\n\n## 📱 Responsive Design\n\nBuilt-in Tailwind breakpoints for consistent responsive behavior:\n- 📱 Mobile: `sm:` (640px+)\n- 📱 Tablet: `md:` (768px+)\n- 💻 Desktop: `lg:` (1024px+)\n- 🖥️ Large: `xl:` (1280px+)\n\n## 🔧 Customization\n\n### 1. Extend the Design System\nModify `tailwind.config.js` to add your own colors:\n```javascript\ntheme: {\n  extend: {\n    colors: {\n      primary: {\n        // Add custom primary colors\n        500: '#your-color',\n      },\n      brand: {\n        // Add completely new color palette\n        500: '#your-brand-color',\n      }\n    }\n  }\n}\n```\n\n### 2. Add New Pages\nCreate in `src/pages/` following the established pattern:\n```jsx\n// src/pages/YourPage.jsx\nimport PropTypes from 'prop-types';\n\nconst YourPage = () =\u003e {\n  return (\n    \u003cdiv className=\"max-w-4xl mx-auto\"\u003e\n      {/* Your content */}\n    \u003c/div\u003e\n  );\n};\n\nexport default YourPage;\n```\n\n### 3. Update Navigation\nModify the navigation array in `src/components/Navigation/Navbar.jsx`:\n```jsx\n{['Example 1', 'Example 2', 'Your Page'].map((item, index) =\u003e (\n  // Navigation items\n))}\n```\n\n## 🤝 Contributing\n\nContributions are welcome! Here's how you can help:\n\n1. Fork the repository\n2. Create your feature branch: `git checkout -b feature/YourFeature`\n3. Commit your changes: `git commit -m 'Add YourFeature'`\n4. Push to the branch: `git push origin feature/YourFeature`\n5. Open a pull request\n\n## 📫 Get in Touch\n\n- Follow me on [Twitter](https://x.com/AliLeisR) for updates\n- Check out my [professional services](https://webpixelle3.netlify.app/)\n- Star the [GitHub repo](https://github.com/AliKelDev/ReactVite-Template-V2)\n\n## 📝 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 💖 Support\n\nIf this template helps you build something awesome, consider:\n- ⭐ Starring the repository\n- 🐦 Following me on [Twitter](https://x.com/AliLeisR)\n- 🔗 Sharing it with others\n\n---\nMade with ❤️ by [Alice Leiser](https://x.com/AliLeisR)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falikeldev%2Freactvite-template-v2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falikeldev%2Freactvite-template-v2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falikeldev%2Freactvite-template-v2/lists"}