A Netflix clone built using Next.js
NextflixA is a Netflix clone created using Next.js. The project currently focuses on implementing a basic user interface with functionality to fetch media details.
To run the NextflixA project, follow these steps:
yarn install
to install the necessary dependencies.yarn start
to start the development server.http://localhost:3000
in your browser.NextflixA is a Netflix clone built with Next.js that focuses on providing a basic user interface with the ability to fetch media details using the TMDB API. The project is developed using Typescript and Sass for better code organization and styling practices. To run the project locally, install the dependencies and start the development server using the provided commands.