Overview
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.
Features
- Next.js: Utilizes the Next.js framework for building the Netflix clone.
- Typescript: Developed using Typescript for improved code consistency and maintainability.
- Sass: Styling is done using Sass for a more organized and structured approach.
- TMDB API: Integrates with The Movie Database API for fetching media details.
Installation
To run the NextflixA project, follow these steps:
- Clone the repository to your local machine.
- Navigate to the project directory.
- Run
yarn install
to install the necessary dependencies. - Run
yarn start
to start the development server. - Access the project at
http://localhost:3000
in your browser.
Summary
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.