{"id":25045039,"url":"https://github.com/nert1n/template--vite-react-fsd","last_synced_at":"2026-02-19T18:04:30.237Z","repository":{"id":275310890,"uuid":"837202865","full_name":"nert1n/template--vite-react-fsd","owner":"nert1n","description":"My template for easy and quick creation of new projects on react. If anyone has any suggestions on how to improve it, you can contact me!","archived":false,"fork":false,"pushed_at":"2025-04-06T14:10:34.000Z","size":1139,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-05-05T22:54:54.583Z","etag":null,"topics":["axios","eslint","github-actions","husky","lint-staged","prettier","react-hook-form","react-router","reactjs","scss","stylelint","template","template-project","typescript","vite"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nert1n.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-08-02T12:37:16.000Z","updated_at":"2025-04-06T14:10:37.000Z","dependencies_parsed_at":"2025-03-31T00:25:20.627Z","dependency_job_id":"e593002b-5d71-4302-8693-379f8b5c1c2f","html_url":"https://github.com/nert1n/template--vite-react-fsd","commit_stats":null,"previous_names":["nert1n/template--vite-react-fsd"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/nert1n/template--vite-react-fsd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nert1n%2Ftemplate--vite-react-fsd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nert1n%2Ftemplate--vite-react-fsd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nert1n%2Ftemplate--vite-react-fsd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nert1n%2Ftemplate--vite-react-fsd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nert1n","download_url":"https://codeload.github.com/nert1n/template--vite-react-fsd/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nert1n%2Ftemplate--vite-react-fsd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29626643,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T18:02:07.722Z","status":"ssl_error","status_checked_at":"2026-02-19T18:01:46.144Z","response_time":117,"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":["axios","eslint","github-actions","husky","lint-staged","prettier","react-hook-form","react-router","reactjs","scss","stylelint","template","template-project","typescript","vite"],"created_at":"2025-02-06T05:30:35.490Z","updated_at":"2026-02-19T18:04:30.223Z","avatar_url":"https://github.com/nert1n.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"\u003cPROJECT NAME\u003e logo\" width=\"300px\" src=\"./public/favicon.ico\"\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eTemplate - Frontend Web Application\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  Template is a feature-rich frontend application built using modern technologies like React, TypeScript, and Vite. It offers a fast and scalable platform for developers to collaborate and share coding knowledge.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cstrong\u003eLive demo:\u003c/strong\u003e \u003ca target=\"_blank\" href=\"https://\"\u003eVisit Template\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cstrong\u003eDesign files:\u003c/strong\u003e \u003ca target=\"_blank\" href=\"https://www.figma.com/\"\u003eFigma\u003c/a\u003e\n\u003c/p\u003e\n\n## Table of Contents\n\n- [Features](#features)\n- [Tech-Stack](#tech-stack)\n- [Getting Started](#getting-started)\n  - [Prerequisites](#prerequisites)\n  - [Installation](#installation)\n  - [Running Locally](#running-locally)\n  - [Running Tests](#running-tests)\n- [Folder Structure](#folder-structure)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Features\n\n- **Fast and Scalable**: Built using Vite and React for optimal performance.\n- **Type-Safe**: Uses TypeScript for catching errors at compile time.\n- **Rich Routing**: Implements client-side routing with React Router.\n- **Form Management**: Handles form validation with React Hook Form.\n- **Code Quality**: Ensures consistent styling with ESLint, Prettier, and Stylelint.\n- **End-to-End Testing**: E2E tests using Playwright.\n\n## Tech-Stack\n\n- **React**: JavaScript library for building user interfaces\n- **TypeScript**: Typed superset of JavaScript for better maintainability\n- **Vite**: Fast build tool for modern web projects\n- **SCSS**: CSS preprocessor for enhanced styling capabilities\n- **React Router**: Client-side routing\n- **Axios**: Promise-based HTTP client for data fetching\n\n## Getting Started\n\n### Prerequisites\n\n- **Node.js**: Ensure you have Node.js installed (\u003e=18.x).\n- **pnpm**: Use `pnpm` as the package manager for consistency.\n\n### Installation\n\nClone the repository and install dependencies:\n\n```bash\ngit clone https://github.com/\ncd Template\npnpm install\n```\n\n### Running Locally\n\nStart the development server:\n\n```bash\npnpm dev\n```\n\n### Running Tests\n\nFor end-to-end testing with Playwright:\n\n```bash\npnpm test:e2e\n```\n\n### Linting and Formatting\n\nTo ensure code quality:\n\n```bash\npnpm lint\npnpm format\n```\n\n## Folder Structure\n\nThis project uses the Feature-Sliced Design (FSD) architecture:\n\n```bash\nsrc/\n  ├── app/          # App-level settings, providers, and configuration\n  ├── entities/     # Business entities (e.g., User, Post)\n  ├── features/     # Application features (e.g., Auth, Profile)\n  ├── shared/       # Shared components, utils, styles, etc.\n  ├── pages/        # Top-level routes and layout components\n  ├── widgets/      # UI widgets for composition\n```\n\n## Contributing\n\nWe welcome contributions! Follow these steps to get started:\n\n1. Fork the repository\n2. Create a new branch (git checkout -b feature/your-feature)\n3. Commit your changes (git commit -m 'Add your feature')\n4. Push the branch (git push origin feature/your-feature)\n5. Open a pull request\n\n## License\n\nThis project is licensed under the MIT License. See the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnert1n%2Ftemplate--vite-react-fsd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnert1n%2Ftemplate--vite-react-fsd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnert1n%2Ftemplate--vite-react-fsd/lists"}