This project is a Netflix clone built with Vite and React. Components are mostly based on Material UI. It uses Redux for state management and allows browsing movies, searching by genres, popularity, and cast.
https://netflix-e6ce5r9jb-tsmolarczyk.vercel.app/
- Node.js
- Yarn or npm
- TMDB API Key (required to fetch data)
- Clone the repository
git clone https://github.com/tsmolarczyk/netfix.git
- Install dependencies
npm install
or
yarn
- Add your TMDB API Key in a
.env
file
REACT_APP_TMDB_API_KEY=your_api_key_here
npm run dev
or
yarn dev
- Authentication by TMDB API
- Fetching movie data from TMDB API
- Searching movies by genre
- Displaying popular movies
- Searching movies
- Displayin detailed movie information
MORE WILL BE ADDED SOON
- Vite
- React
- Redux
tsmolarczyk
MIT