Skip to content

Soumya-0x000/Movix

Repository files navigation

Movix Web App

Movix is a web application that allows users to search for movies, TV shows, and persons. It utilizes the TMDB API to fetch data and provide users with information about their favorite entertainment.

Check out the live version: Movix Live

Features

  • Search for movies, TV shows, and persons
  • Infinite scrolling for continuous content loading
  • Responsive design for a seamless user experience

Technologies Used

  • React
  • Redux Toolkit
  • Axios
  • Day.js
  • React Circular Progressbar
  • React Icons
  • React Infinite Scroll Component
  • React Lazy Load Image Component
  • React Player
  • React Redux
  • React Router DOM
  • React Select
  • Sass
  • Tailwind CSS
  • Vite

How to Use

Prerequisites

  • Node.js installed

Clone and Run Locally

  1. Clone the repository:
git clone https://github.com/Soumya-0x0000/Movix.git
cd Movix
  1. Install dependencies:
npm i
npm i @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 @types/react @types/react-dom @vitejs/plugin-react autoprefixer eslint eslint-plugin-react eslint-plugin-react-hooks eslint-plugin-react-refresh postcss tailwindcss vite --save
  1. Start the development server:
npm run dev
  1. Open your browser and navigate to http://localhost:3000 to view the app.

Contributing

If you'd like to contribute to Movix, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and submit a pull request.

Issues and Bugs

If you encounter any issues or find a bug, please open an issue on GitHub: Movix Issues