Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.5 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.5 KB

Netflix Clone App

main

sections images
My Shows section myShows
Movies Info изображение
Sign In / Sign Up sections LOGIN

Description

Movie App: React-based application for browsing, searching, and interacting with movie details

Features

  • Browse Movies: Explore a diverse library of movies.
  • Movie Details: View detailed information about each movie, including ratings, reviews, cast, and crew.
  • User Authentication: Allow users to create accounts, log in, and personalize their experience.
  • Bookmarking: Enable users to save their favorite movies for quick access.
  • Responsive Design: Ensure compatibility and usability across various devices and screen sizes.

Technologies Used

  • React.js
  • Firebase
  • Axios
  • React Router DOM
  • Tailwind CSS
  • React Icons

Installation

  1. Clone the repository:

    git clone https://github.com/kyemets/netflix-clone-app
    
  2. Install dependencies:

    cd netflix-clone-app
    npm install
    
  3. Start the development server:

    npm start