{"id":31205274,"url":"https://github.com/thedevelop3r/movify","last_synced_at":"2025-09-20T17:53:08.051Z","repository":{"id":290193400,"uuid":"973554753","full_name":"Thedevelop3r/movify","owner":"Thedevelop3r","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-27T13:03:59.000Z","size":148,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-27T14:19:29.713Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Thedevelop3r.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-04-27T08:37:03.000Z","updated_at":"2025-04-27T13:04:03.000Z","dependencies_parsed_at":"2025-04-27T14:29:38.007Z","dependency_job_id":null,"html_url":"https://github.com/Thedevelop3r/movify","commit_stats":null,"previous_names":["thedevelop3r/movify"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Thedevelop3r/movify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thedevelop3r%2Fmovify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thedevelop3r%2Fmovify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thedevelop3r%2Fmovify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thedevelop3r%2Fmovify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Thedevelop3r","download_url":"https://codeload.github.com/Thedevelop3r/movify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thedevelop3r%2Fmovify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276134236,"owners_count":25591181,"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-09-20T02:00:10.207Z","response_time":63,"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-09-20T17:53:04.320Z","updated_at":"2025-09-20T17:53:08.042Z","avatar_url":"https://github.com/Thedevelop3r.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Movify\n\nA modern movie database application built with **Next.js 15**, **React 19**, **TypeScript**, and **Tailwind CSS**. Browse, search, and filter movies by genre, rating, and more.\n\n---\n\n## Features\n\n- **Responsive UI** powered by Tailwind CSS\n- **Server‑side rendering** and **static optimizations** with Next.js\n- **Client‑side routing** for seamless page transitions\n- **Movie listing**, **details**, **genres**, **actors**, and **search** pages\n- **Pagination**, **filter**, and **sort** controls\n- **Reusable components** for cards, lists, navigation, and forms\n\n---\n\n## Tech Stack\n\n- **Framework:** Next.js 15 (`next`)\n- **Language:** TypeScript\n- **UI:** React 19, Tailwind CSS, React Icons\n- **Styling:** Tailwind via `@tailwindcss/postcss` plugin\n- **Data:** Local dummy data (`/dummydata/movies_real.ts`)\n\n---\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js (v18+)\n- npm or yarn\n\n### Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/your-username/movify-frontend.git\n   cd movify-frontend\n   ```\n\n2. Install dependencies:\n   ```bash\n   npm install\n   # or\n   yarn install\n   ```\n\n### Running in Development\n\nStart the development server:\n```bash\nnpm run dev\n# or\nyarn dev\n```\nOpen \u003chttp://localhost:3000\u003e in your browser.\n\n### Building for Production\n\n```bash\nnpm run build\nnpm start\n# or\nyarn build\nyarn start\n```\n\n---\n\n## Available Scripts\n\n- `dev` – Start Next.js development server\n- `build` – Build the app for production\n- `start` – Run the built app\n- `lint` – Run ESLint (if configured)\n\n---\n\n## Project Structure\n\n```plaintext\nfrontend/\n├── app/             # Next.js App Dir pages and layouts\n├── components/      # Reusable React components\n├── dummydata/       # Local movie data\n├── public/          # Static assets\n├── types/           # TypeScript definitions\n├── next.config.ts   # Next.js configuration\n├── postcss.config.mjs\n├── tailwind.config.js\n├── tsconfig.json\n└── package.json\n```  citeturn0file0\n\n---\n\n## Contributing\n\n1. Fork the repository\n2. Create a new 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---\n\n## License\n\nThis project is licensed under the MIT License.\n\n---\n\n\u003e Made with ❤️ by Bilal Amjad\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthedevelop3r%2Fmovify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthedevelop3r%2Fmovify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthedevelop3r%2Fmovify/lists"}