{"id":15829685,"url":"https://github.com/hellofaizan/alquran","last_synced_at":"2026-02-25T18:04:22.943Z","repository":{"id":227818658,"uuid":"772457156","full_name":"hellofaizan/alquran","owner":"hellofaizan","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-02T06:33:16.000Z","size":4659,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"appRoute","last_synced_at":"2025-06-02T17:19:04.432Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://alquran-seven.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/hellofaizan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"hellofaizan","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2024-03-15T08:25:46.000Z","updated_at":"2025-06-02T06:33:19.000Z","dependencies_parsed_at":"2024-10-26T16:06:29.185Z","dependency_job_id":"28283798-e7e6-4792-aa0b-3657fc14bf83","html_url":"https://github.com/hellofaizan/alquran","commit_stats":{"total_commits":23,"total_committers":2,"mean_commits":11.5,"dds":0.08695652173913049,"last_synced_commit":"1f4faaa7c88ce79877e7ee62465952886a19968c"},"previous_names":["hellofaizan/alquran"],"tags_count":0,"template":false,"template_full_name":"hellofaizan/template","purl":"pkg:github/hellofaizan/alquran","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellofaizan%2Falquran","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellofaizan%2Falquran/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellofaizan%2Falquran/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellofaizan%2Falquran/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hellofaizan","download_url":"https://codeload.github.com/hellofaizan/alquran/tar.gz/refs/heads/appRoute","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellofaizan%2Falquran/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29833722,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T17:57:15.019Z","status":"ssl_error","status_checked_at":"2026-02-25T17:56:11.472Z","response_time":61,"last_error":"SSL_read: 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":[],"created_at":"2024-10-05T11:01:45.374Z","updated_at":"2026-02-25T18:04:22.907Z","avatar_url":"https://github.com/hellofaizan.png","language":"TypeScript","funding_links":["https://github.com/sponsors/hellofaizan"],"categories":[],"sub_categories":[],"readme":"# Al-Quran Web Application\n\nA modern, feature-rich web application built with Next.js for exploring and studying the Quran. This application provides a beautiful and intuitive interface for reading and understanding the Holy Quran.\n\n## 🚀 Features\n\n- Modern, responsive UI built with Next.js and Tailwind CSS\n- Dark/Light theme support using next-themes\n- Beautiful UI components using Radix UI\n- Type-safe development with TypeScript\n- Optimized performance with Turbopack\n- SEO-friendly with built-in metadata support\n- Server-side rendering for better performance and SEO\n\n## 🛠️ Tech Stack\n\n- **Framework:** Next.js 15.3.1\n- **Language:** TypeScript 5.1.6\n- **Styling:** Tailwind CSS 3.3.3\n- **UI Components:** Radix UI\n- **Icons:** Lucide React \u0026 React Icons\n- **State Management:** React Hooks\n- **HTTP Client:** Axios\n- **Development:** Turbopack for faster development experience\n\n## 📋 Prerequisites\n\n- Node.js \u003e= 20\n- Yarn or npm package manager\n\n## 🚀 Getting Started\n\n1. Clone the repository:\n```bash\ngit clone [repository-url]\ncd alquran\n```\n\n2. Install dependencies:\n```bash\nyarn install\n# or\nnpm install\n```\n\n3. Run the development server:\n```bash\nyarn dev\n# or\nnpm run dev\n```\n\n4. Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\n## 📁 Project Structure\n\n```\nalquran/\n├── app/                 # Next.js app directory\n│   ├── (pages)/        # Application pages\n│   ├── (backend)/      # Backend API routes\n│   └── utils/          # Utility functions\n├── components/         # Reusable React components\n├── hooks/             # Custom React hooks\n├── lib/               # Library code and configurations\n├── public/            # Static assets\n└── styles/            # Global styles and Tailwind config\n```\n\n## 🛠️ Available Scripts\n\n- `yarn dev` - Start development server with Turbopack\n- `yarn build` - Build the application for production\n- `yarn start` - Start the production server\n- `yarn lint` - Run ESLint for code linting\n\n## 🔧 Configuration\n\nThe project uses several configuration files:\n- `next.config.js` - Next.js configuration\n- `tailwind.config.ts` - Tailwind CSS configuration\n- `tsconfig.json` - TypeScript configuration\n- `.eslintrc.json` - ESLint configuration\n\n## 📝 License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## 🤝 Contributing\n\nContributions, issues, and feature requests are welcome! Feel free to check the issues page.\n\n## 📫 Contact\n\nFor any questions or suggestions, please open an issue in the repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellofaizan%2Falquran","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhellofaizan%2Falquran","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellofaizan%2Falquran/lists"}