{"id":16644152,"url":"https://github.com/devxprite/moviesprix","last_synced_at":"2025-03-21T15:32:39.716Z","repository":{"id":113715721,"uuid":"570104242","full_name":"devxprite/moviesprix","owner":"devxprite","description":"MoviesPrix is a modern movie discovery web application built with Next.js 15, offering users a seamless experience to explore, search, and save their favorite movies.","archived":false,"fork":false,"pushed_at":"2025-02-16T10:25:50.000Z","size":3354,"stargazers_count":23,"open_issues_count":0,"forks_count":10,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-18T02:51:20.323Z","etag":null,"topics":["javascript","movies","movies-app","moviesprix","nextjs","react","react-movie-app","reactjs","tailwindcss","tmdb-api","typescript"],"latest_commit_sha":null,"homepage":"https://moviesprix.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/devxprite.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":"2022-11-24T10:52:26.000Z","updated_at":"2025-03-11T01:15:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"706b1cee-8b07-422e-b9f1-cf93b6e23128","html_url":"https://github.com/devxprite/moviesprix","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devxprite%2Fmoviesprix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devxprite%2Fmoviesprix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devxprite%2Fmoviesprix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devxprite%2Fmoviesprix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devxprite","download_url":"https://codeload.github.com/devxprite/moviesprix/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244822750,"owners_count":20516159,"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","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":["javascript","movies","movies-app","moviesprix","nextjs","react","react-movie-app","reactjs","tailwindcss","tmdb-api","typescript"],"created_at":"2024-10-12T08:10:35.067Z","updated_at":"2025-03-21T15:32:39.706Z","avatar_url":"https://github.com/devxprite.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- # 🎬 MoviesPrix - Movie Exploration Platform\n\n[![Live Demo](https://img.shields.io/badge/demo-live-brightgreen)](https://moviesprix.vercel.app)\n[![GitHub stars](https://img.shields.io/github/stars/devxprite/moviesprix)](https://github.com/devxprite/moviesprix/stargazers)\n[![Next.js](https://img.shields.io/badge/Next.js-15.0.0-black)](https://nextjs.org/)\n[![TypeScript](https://img.shields.io/badge/TypeScript-5.0.0-blue)](https://www.typescriptlang.org/) --\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"./public/android-chrome-192x192.png\" alt=\"MoviesPrix\" width=\"100\" /\u003e\n  \u003ch2\u003eMoviesPrix\u003c/h2\u003e\n  \u003c!-- \u003ca href=\"https://moviesprix.netlify.app/\" target=\"_blank\"\u003e➥ Live Demo\u003c/a\u003e --\u003e\n    \n\u003c/div\u003e\n\n\u003c!-- ## About --\u003e\n\nMoviesPrix is a modern movie discovery web application built with Next.js 15, offering users a seamless experience to explore, search, and save their favorite movies. Integrated with the TMDB API, it provides up-to-date movie information and trends.\n\n \u003cimg src=\"./public/banner.png\" alt=\"MoviesPrix\" width=\"500\" /\u003e\n\n## ✨ Features\n\n- **Movie Discovery**: Browse trending, popular, and top-rated movies\n- **Movie Search**: Find movies by title\n- **Detailed View**: Comprehensive movie details including cast\n- **Favorites System**: User-friendly watchlist functionality\n- **Responsive Design**: Perfectly adapted for all screen sizes\n- **Performance Optimized**: Fast loading with Next.js server-side rendering\n\n## 🛠 Technologies Used\n\n- **Framework**: Next.js 15 (App Router)\n- **Language**: TypeScript 5\n- **Styling**: Tailwind CSS + Shadcn\n- **API Integration**: TMDB Movie Database\n- **Deployment**: Vercel\n\n## 🚀 Quick Start\n\n1. **Clone the repository**\n   ```bash\n   git clone https://github.com/devxprite/moviesprix.git\n   cd moviesprix\n   ```\n\n2. **Install dependencies**\n   ```bash\n   npm install\n   # or\n   yarn install\n   # or\n   pnpm install\n   ```\n\n3. **Configure Environment Variables**\n   Create `.env.local` file:\n   ```env\n   TMDB_API_KEY=your_tmdb_api_key_here\n   ```\n\n4. **Run development server**\n   ```bash\n   npm run dev\n   # or\n   yarn dev\n   # or\n   pnpm dev\n   ```\n\n## 🔧 Configuration\n\n1. Obtain TMDB API key from [TMDB Website](https://www.themoviedb.org/settings/api)\n2. Replace `your_tmdb_api_key_here` with your actual API key in `.env.local`\n\n## 🌐 Deployment\n\nThe application is automatically deployed on Vercel:\n[https://moviesprix.vercel.app](https://moviesprix.vercel.app)\n\n[![Deployed with Vercel](https://vercel.com/button)](https://vercel.com/new)\n\n## 🤝 Contributing\n\nContributions are welcome! Please follow these steps:\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## 🙏 Acknowledgments\n\n- Movie data provided by [The Movie Database (TMDB)](https://www.themoviedb.org/)\n\n---\n\n⭐ Star this repository if you found it useful!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevxprite%2Fmoviesprix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevxprite%2Fmoviesprix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevxprite%2Fmoviesprix/lists"}