{"id":26581517,"url":"https://github.com/nert1n/template--next-ts","last_synced_at":"2026-04-09T13:56:40.660Z","repository":{"id":283906932,"uuid":"953255031","full_name":"nert1n/template--next-ts","owner":"nert1n","description":"My template for easy and quick creation of new projects on next. If anyone has any suggestions on how to improve it, you can contact me!","archived":false,"fork":false,"pushed_at":"2025-03-23T00:02:08.000Z","size":113,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-03-23T00:23:10.799Z","etag":null,"topics":["eslint","github-actions","husky","nextjs","prettier","tailwindcss","template","template-project","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"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}},"created_at":"2025-03-22T23:20:02.000Z","updated_at":"2025-03-23T00:03:29.000Z","dependencies_parsed_at":"2025-03-23T00:33:40.761Z","dependency_job_id":null,"html_url":"https://github.com/nert1n/template--next-ts","commit_stats":null,"previous_names":["nert1n/template--next-ts"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/nert1n/template--next-ts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nert1n%2Ftemplate--next-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nert1n%2Ftemplate--next-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nert1n%2Ftemplate--next-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nert1n%2Ftemplate--next-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nert1n","download_url":"https://codeload.github.com/nert1n/template--next-ts/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nert1n%2Ftemplate--next-ts/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268372533,"owners_count":24239884,"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-02T02:00:12.353Z","response_time":74,"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":["eslint","github-actions","husky","nextjs","prettier","tailwindcss","template","template-project","typescript"],"created_at":"2025-03-23T07:20:13.482Z","updated_at":"2025-12-30T19:54:10.386Z","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- **NEXT**: JavaScript library for building user interfaces\n- **TypeScript**: Typed superset of JavaScript for better maintainability\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### 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--next-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnert1n%2Ftemplate--next-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnert1n%2Ftemplate--next-ts/lists"}