{"id":28520257,"url":"https://github.com/codedpro/soccer-coach-website","last_synced_at":"2026-04-08T20:46:32.820Z","repository":{"id":294215462,"uuid":"984800901","full_name":"codedpro/soccer-coach-website","owner":"codedpro","description":"Soccer Coach Website – A modern landing page for personal coaches, academies, or sports instructors. Built with Next.js 14, Tailwind CSS, and interactive animations to elevate your coaching brand.","archived":false,"fork":false,"pushed_at":"2025-05-19T11:16:20.000Z","size":15319,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-08T20:46:30.495Z","etag":null,"topics":["coach-website","coaching-platform","emailjs","framer-motion","landing-page","nextjs","personal-branding","react","react-hook-form","soccer","sports","tailwindcss","typescript","zod"],"latest_commit_sha":null,"homepage":"https://soccer-coach-website.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/codedpro.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-05-16T14:27:19.000Z","updated_at":"2025-12-08T13:28:38.000Z","dependencies_parsed_at":"2025-05-19T12:43:41.725Z","dependency_job_id":null,"html_url":"https://github.com/codedpro/soccer-coach-website","commit_stats":null,"previous_names":["codedpro/soccer-coach-website"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codedpro/soccer-coach-website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codedpro%2Fsoccer-coach-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codedpro%2Fsoccer-coach-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codedpro%2Fsoccer-coach-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codedpro%2Fsoccer-coach-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codedpro","download_url":"https://codeload.github.com/codedpro/soccer-coach-website/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codedpro%2Fsoccer-coach-website/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31573788,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["coach-website","coaching-platform","emailjs","framer-motion","landing-page","nextjs","personal-branding","react","react-hook-form","soccer","sports","tailwindcss","typescript","zod"],"created_at":"2025-06-09T07:01:16.075Z","updated_at":"2026-04-08T20:46:32.815Z","avatar_url":"https://github.com/codedpro.png","language":"TypeScript","readme":"# Soccer Coach Website ⚽\n\n**Soccer Coach Website** is a professional, modern landing page tailored for personal coaches, soccer instructors, or training academies. It's designed to promote your coaching services, showcase testimonials, and enable easy contact through email — all in a responsive, stylish layout.\n\n🌐 Live Preview: [soccer-coach-website.vercel.app](https://soccer-coach-website.vercel.app/)\n\n---\n\n## 🚀 Features\n\n* **Hero Section**: Grab attention with a high-impact headline and CTA.\n* **About \u0026 Services**: Introduce your coaching style, methodology, and training packages.\n* **Testimonials**: Build trust with quotes from happy players or parents.\n* **Contact Form**: Direct integration with EmailJS for easy inquiries.\n* **Mobile-First Design**: Fully responsive and fast on all devices.\n* **Smooth Animations**: Framer Motion brings life to the layout with engaging transitions.\n\n---\n\n## 🛠️ Tech Stack\n\n* **Framework**: Next.js 14.1.0\n* **Language**: TypeScript\n* **Styling**: Tailwind CSS 3.3.0\n* **UI Components**: Headless UI, Heroicons\n* **Forms**: React Hook Form, Zod, @hookform/resolvers\n* **Email Handling**: EmailJS Browser SDK\n* **Animations**: Framer Motion\n* **Utilities**: React Intersection Observer\n\n---\n\n## 📦 Installation\n\n1. **Clone the repository**:\n\n   ```bash\n   git clone https://github.com/codedpro/soccer-coach-website.git\n   cd soccer-coach-website\n   ```\n\n2. **Install dependencies**:\n\n   ```bash\n   npm install\n   # or\n   yarn install\n   ```\n\n3. **Run the development server**:\n\n   ```bash\n   npm run dev\n   # or\n   yarn dev\n   ```\n\n   Open [http://localhost:3000](http://localhost:3000) in your browser.\n\n---\n\n## 📁 Project Structure\n\n```bash\n├── components/        # Reusable UI sections (Navbar, Hero, Testimonials, etc.)\n├── pages/             # Next.js pages (Home, API routes)\n├── public/            # Static images and assets\n├── styles/            # Tailwind + global styles\n├── utils/             # Form validation and helpers\n├── types/             # TypeScript type definitions\n├── tailwind.config.js # Tailwind CSS configuration\n└── package.json       # Project metadata and scripts\n```\n\n---\n\n## 🧪 Scripts\n\n* `npm run dev` – Launch development server\n* `npm run build` – Build the app for production\n* `npm run start` – Start the production server\n* `npm run lint` – Run linter for code checks\n\n---\n\n## 🙌 Acknowledgments\n\n* [Next.js](https://nextjs.org/)\n* [Tailwind CSS](https://tailwindcss.com/)\n* [EmailJS](https://www.emailjs.com/)\n* [Framer Motion](https://www.framer.com/motion/)\n* [Heroicons](https://heroicons.com/)\n* [React Hook Form](https://react-hook-form.com/)\n* [Zod](https://zod.dev/)\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodedpro%2Fsoccer-coach-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodedpro%2Fsoccer-coach-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodedpro%2Fsoccer-coach-website/lists"}