AmeenHamza / Movie-App

This repository contains my latest project, Movix, a movie application built using React with full responsiveness. Movix utilizes the TMDb API to display a wide range of movies, TV shows, and more. Explore and enjoy a seamless viewing experience with Movix!

Home Page:https://movix-watch.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movix

This repository contains my latest project, Movix, a movie application built using React with full responsiveness. Movix utilizes the TMDb API to display a wide range of movies, TV shows, and more. Explore and enjoy a seamless viewing experience with Movix!

Here's the list of packages and libraries used in this project:

  • "@reduxjs/toolkit"
  • "axios"
  • "dayjs"
  • "react"
  • "react-circular-progressbar"
  • "react-dom"
  • "react-icons"
  • "react-infinite-scroll-component"
  • "react-lazy-load-image-component"
  • "react-player"
  • "react-redux"
  • "react-router-dom"
  • "react-select"
  • "sass"

Screenshots

Hero Banner

Alt Text

Detail Page

Cast Section

Clone the Repository

Here are the instructions for running the project :

Open your terminal.

Navigate to the directory where you want to clone the project.

Use the following command to clone the repository:

  • git clone https://github.com/AmeenHamza/Movie-App

  • npm or yarn install

  • `npm run dev

Contribution Guidelines

Contributions are welcome and appreciated! To contribute to the Movix project, please follow these steps:

  1. Fork the repository by clicking the "Fork" button on the top right corner of this page.

  2. Clone your forked repository to your local machine. Replace <your-username> with your GitHub username:

    git clone https://github.com/AmeenHamza/Movie-App
    
    cd movix-project
    
  • Create a new branch for your contribution. Replace with a descriptive name for your branch:

    git checkout -b <branch-name>

    git commit -am "Add feature/fix/update: Description of your changes"

    git push origin <branch-name>

Submit a pull request by clicking the "Pull Request" button on the GitHub page of your forked repository.

Describe your changes and the problem they solve or feature they add.

Wait for the maintainers to review your pull request. Make any requested changes if necessary.

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

VITE_APP_TMDB_TOKEN

You will get it from https://www.themoviedb.org/settings/api

License

MIT License

Authors

About

This repository contains my latest project, Movix, a movie application built using React with full responsiveness. Movix utilizes the TMDb API to display a wide range of movies, TV shows, and more. Explore and enjoy a seamless viewing experience with Movix!

https://movix-watch.vercel.app/


Languages

Language:JavaScript 58.9%Language:SCSS 40.7%Language:HTML 0.4%