{"id":48715616,"url":"https://github.com/addyosmani/nextjs-view-transitions","last_synced_at":"2026-04-11T16:45:46.324Z","repository":{"id":262048063,"uuid":"885824453","full_name":"addyosmani/nextjs-view-transitions","owner":"addyosmani","description":"Next.js View Transitions - Movies demo","archived":false,"fork":false,"pushed_at":"2024-11-10T06:15:10.000Z","size":119,"stargazers_count":10,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-12T07:56:05.651Z","etag":null,"topics":["react","view-transitions","view-transitions-api"],"latest_commit_sha":null,"homepage":"https://nextjs-view-transitions.addy.ie","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/addyosmani.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}},"created_at":"2024-11-09T13:49:39.000Z","updated_at":"2025-10-06T13:21:16.000Z","dependencies_parsed_at":"2024-11-10T07:18:02.938Z","dependency_job_id":"0e92f63f-d7fd-4ff7-ba36-681486d96c5b","html_url":"https://github.com/addyosmani/nextjs-view-transitions","commit_stats":null,"previous_names":["addyosmani/nextjs-view-transitions"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/addyosmani/nextjs-view-transitions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/addyosmani%2Fnextjs-view-transitions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/addyosmani%2Fnextjs-view-transitions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/addyosmani%2Fnextjs-view-transitions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/addyosmani%2Fnextjs-view-transitions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/addyosmani","download_url":"https://codeload.github.com/addyosmani/nextjs-view-transitions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/addyosmani%2Fnextjs-view-transitions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31687881,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T13:07:20.380Z","status":"ssl_error","status_checked_at":"2026-04-11T13:06:47.903Z","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":["react","view-transitions","view-transitions-api"],"created_at":"2026-04-11T16:45:45.633Z","updated_at":"2026-04-11T16:45:46.314Z","avatar_url":"https://github.com/addyosmani.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TMDB Movies Explorer\n\nA Next.js View Transtions demo using Next.js and [shuding/next-view-transitions](https://github.com/shuding/next-view-transitions). This features real-time search, movie details, and cast information powered by TMDB API.\n\n## Features\n\n- 🎬 Browse popular movies \n- 🔍 Real-time movie search\n- 🎯 Detailed movie information including cast, ratings, and runtime\n- 🎨 Beautiful UI with smooth transitions\n- 📱 Fully responsive design\n- ⚡ Fast page loads with static generation\n\n## Tech Stack\n\n- **Framework**: Next.js 13\n- **Styling**: Tailwind CSS\n- **UI Components**: shadcn/ui\n- **Icons**: Lucide React\n- **Animations**: View Transitions API\n- **Data**: TMDB API\n\n## Getting Started\n\n1. Clone the repository\n2. Install dependencies:\n   ```bash\n   npm install --force\n   ```\n3. Create a `.env.local` file with your TMDB API key:\n   ```\n   TMDB_API_KEY=your_api_key_here\n   ```\n4. Run the development server:\n   ```bash\n   npm run dev\n   ```\n\n## Project Structure\n\n```\n├── app/                # Next.js app directory\n│   ├── layout.tsx     # Root layout\n│   ├── page.tsx       # Home page\n│   ├── search/        # Search functionality\n│   └── movie/         # Movie details\n├── components/        # React components\n│   ├── movie-card.tsx\n│   ├── movie-grid.tsx\n│   └── ui/           # shadcn/ui components\n├── lib/              # Utilities and API\n└── public/           # Static assets\n```\n\n## API Integration\n\nThe application uses the TMDB API for movie data. Key endpoints:\n\n- `/movie/popular` - Popular movies listing\n- `/movie/{id}` - Movie details\n- `/search/movie` - Movie search\n\n## Performance\n\n- Static page generation for popular movies\n- Lazy loading of images\n- Infinite scroll for pagination\n- Client-side caching\n\n## Contributing\n\n1. Fork the repository\n2. Create your feature branch\n3. Commit your changes\n4. Push to the branch\n5. Open a pull request\n\n## License\n\nMIT License - feel free to use this project for your own purposes.\n\n## Credits\n\n- Movie data provided by [TMDB](https://www.themoviedb.org/)\n- UI components by [shadcn/ui](https://ui.shadcn.com/)\n- Icons by [Lucide](https://lucide.dev/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faddyosmani%2Fnextjs-view-transitions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faddyosmani%2Fnextjs-view-transitions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faddyosmani%2Fnextjs-view-transitions/lists"}