Skip to content

devxprite/moviesprix

Repository files navigation

MoviesPrix

MoviesPrix

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. Integrated with the TMDB API, it provides up-to-date movie information and trends.

MoviesPrix

✨ Features

  • Movie Discovery: Browse trending, popular, and top-rated movies
  • Movie Search: Find movies by title
  • Detailed View: Comprehensive movie details including cast
  • Favorites System: User-friendly watchlist functionality
  • Responsive Design: Perfectly adapted for all screen sizes
  • Performance Optimized: Fast loading with Next.js server-side rendering

🛠 Technologies Used

  • Framework: Next.js 15 (App Router)
  • Language: TypeScript 5
  • Styling: Tailwind CSS + Shadcn
  • API Integration: TMDB Movie Database
  • Deployment: Vercel

🚀 Quick Start

  1. Clone the repository

    git clone https://github.com/devxprite/moviesprix.git
    cd moviesprix
  2. Install dependencies

    npm install
    # or
    yarn install
    # or
    pnpm install
  3. Configure Environment Variables Create .env.local file:

    TMDB_API_KEY=your_tmdb_api_key_here
  4. Run development server

    npm run dev
    # or
    yarn dev
    # or
    pnpm dev

🔧 Configuration

  1. Obtain TMDB API key from TMDB Website
  2. Replace your_tmdb_api_key_here with your actual API key in .env.local

🌐 Deployment

The application is automatically deployed on Vercel: https://moviesprix.vercel.app

Deployed with Vercel

🤝 Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

🙏 Acknowledgments


⭐ Star this repository if you found it useful!

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors