Netflix ui Clone App with movies search Using TMDB api

ToDo! ToDo! ToDo!

Before you continue, try the demo: https://netflix-movie-app-v2.vercel.app/


Features?

  • UI is similar to netflix.
  • You can click on netflix originals to see their trailers.
  • You can search movies across tmdb database.

How?

Start by cloning this repository to your localhost so that you can follow the example/tutorial offline:

git clone https://github.com/Apoorvssj/TodoApp.git

Install the devDependencies so you can run the tests:

 npm install

Now you have everything you need to start this Todo List !

 npm start