Skip to content

xAdvitya/flix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netflix Clone with Redux, Firebase, and TMDb API

This is a Netflix clone web application built using React, Redux, Firebase, and The Movie Database (TMDb) API. It allows users to browse and watch movies and TV shows.

image

Features

  • User authentication with Firebase.
  • Fetching movie and TV show data from the TMDb API.
  • Displaying a list of movies and TV shows.
  • Responsive design for various screen sizes.

Technologies Used

  • React
  • Redux for state management
  • Firebase for user authentication and Firestore database
  • Axios for making API requests to TMDb
  • CSS for styling