DEV Community

Cover image for (SHOWCASE) Netflix Clone(basic) in Sveltekit
NoobCoder
NoobCoder

Posted on

(SHOWCASE) Netflix Clone(basic) in Sveltekit

Image descriptionImage descriptionImage description
This is a Netflix Clone Project with Sveltekit, Tailwind CSS, TMDB API.

SOURCE CODE CLICK HERE

DEMO URL CLICK HERE

Features:

  1. Basic Functionality

  2. Most Focus is on design

  3. Movie thumbnails loaded from API

  4. Server Side Application

  5. Single Page Application

  6. The API key is hidden.

Start a Project

  1. Create an API key in TMDB website 'https://www.themoviedb.org/'
  2. Add the key in .env file

Run the Project

  1. npm i
  2. npm run dev

Build the project

  1. npm run build

To Preview

npm run preview

Top comments (1)

Collapse
 
gevera profile image
Denis Donici

Great job! Keep it up