{"id":27615692,"url":"https://github.com/edcsu/movisho","last_synced_at":"2026-04-13T13:32:35.108Z","repository":{"id":286608812,"uuid":"961939753","full_name":"edcsu/movisho","owner":"edcsu","description":"A movie showcase made with React tailwind","archived":false,"fork":false,"pushed_at":"2025-05-12T17:14:09.000Z","size":6105,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-12T18:27:32.706Z","etag":null,"topics":["motion","react","react-router","react-testing-library","tailwindcss","typescript","vite","vitest"],"latest_commit_sha":null,"homepage":"https://movisho.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/edcsu.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-07T12:05:16.000Z","updated_at":"2025-05-12T17:14:13.000Z","dependencies_parsed_at":"2025-05-12T18:34:17.958Z","dependency_job_id":null,"html_url":"https://github.com/edcsu/movisho","commit_stats":null,"previous_names":["edcsu/movisho"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/edcsu/movisho","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edcsu%2Fmovisho","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edcsu%2Fmovisho/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edcsu%2Fmovisho/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edcsu%2Fmovisho/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edcsu","download_url":"https://codeload.github.com/edcsu/movisho/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edcsu%2Fmovisho/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31754946,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T13:27:56.013Z","status":"ssl_error","status_checked_at":"2026-04-13T13:21:23.512Z","response_time":93,"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":["motion","react","react-router","react-testing-library","tailwindcss","typescript","vite","vitest"],"created_at":"2025-04-23T03:57:34.833Z","updated_at":"2026-04-13T13:32:35.080Z","avatar_url":"https://github.com/edcsu.png","language":"TypeScript","funding_links":["https://www.buymeacoffee.com/skeda"],"categories":[],"sub_categories":[],"readme":"# 🎬 Movie Showcase Website\n\nA responsive and modern movie showcase web application built with **React.js**, **TypeScript**, **Tailwind CSS**, and **React Router**. This project fetches real movie data from **TMDB API**, features dark/light mode support, and leverages performance optimizations like lazy loading and code splitting.\n\n## 🚀 Features\n\n- ✅ Browse **trending** and **top-rated** movies via **TMDB API**  \n- ✅ Individual movie detail pages with cast, synopsis, poster, and ratings  \n- ✅ **Responsive UI** — mobile-first and works on all devices  \n- ✅ **Dark/Light Mode Toggle** using Tailwind's dark variant  \n- ✅ **Client-side routing** with **React Router v6**  \n- ✅ **TypeScript** support for robust, type-safe development  \n- ✅ **Lazy loading** components and **code splitting** for performance  \n- ✅ Scalable and clean codebase, ideal for further fullstack integration  \n\n## 🛠️ Tech Stack\n\n- **Frontend:** React.js, TypeScript, Tailwind CSS  \n- **Routing:** React Router v6  \n- **API:** [TMDB (The Movie Database)](https://www.themoviedb.org/documentation/api)  \n- **State Management:** React Hooks  \n- **Dark Mode:** Tailwind CSS dark mode support  \n- **Performance:** Lazy loading with `React.lazy` and `Suspense`  \n- **Deployment:** *(e.g., Vercel, Netlify — add yours here)*\n\n## 📸 Screenshots\n\n\n## 📂 Folder Structure\n\n```\n├── public/\n├── src/\n│   ├── assets/          # application assets\n│   ├── components/      # Reusable UI components\n│   ├── context/         # App Context\n│   ├── pages/           # Route-based pages\n│   ├── layouts/         # App layouts\n│   ├── types/           # Custom TypeScript interfaces\n│   ├── hooks/           # Custom React hooks\n│   ├── routes/          # App routes\n│   ├── utils/           # Dark mode toggle logic\n│   ├── App.tsx\n│   └── main.tsx\n├── tailwind.config.ts\n├── tsconfig.app.json\n├── tsconfig.node.json\n└── package.json\n```\n\n## 🔧 Installation\n\n1. **Clone the repo**\n\n```bash\ngit clone https://github.com/edscu/movisho.git\ncd movisho\n```\n\n2. **Install dependencies**\n\n```bash\nnpm install\n```\n\n3. **Add your TMDB API key**\n\nCreate a `.env` file in the root:\n\n```\nVITE_TMDB_BASE_URL=https://api.themoviedb.org/3\nVITE_TMDB_IMAGE_URL=https://image.tmdb.org/t/p/w500\nVITE_BEARER_TOKEN=your_tmdb_bearer_token_here\n```\n\n4. **Run the app**\n\n```bash\nnpm run dev\n```\n\n## 🔗 Live Demo\n\n[👉 View Live Site](https://movisho.vercel.app)\n\n## 📦 Performance Highlights\n\n- ⚡ Lazy-loaded pages and components using `React.lazy` and `Suspense`  \n- ⚙️ Code-splitting with dynamic imports  \n- 🌙 Dark mode powered by Tailwind's `dark` class strategy  \n\n## 🤝 Contributing\n\nPull requests are welcome! For major changes, please open an issue first to discuss what you’d like to change.\n\n\u003ca href=\"https://www.buymeacoffee.com/skeda\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\" alt=\"Buy Me A Coffee\" style=\"height: 60px !important;width: 217px !important;\" \u003e\n\u003c/a\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedcsu%2Fmovisho","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedcsu%2Fmovisho","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedcsu%2Fmovisho/lists"}