This website shows all the popular movie fetched from the TMDB database.The website can also show movie details of particular movies. It also has the search functionality to search for movies and show the results of all the related movies.
All the latest popular movies are shown in the homepage
Clone the project
git clone https://github.com/avs-7955/movie-app-sveltekit.git
Go to the project directory
cd movie-app-sveltekit
Install the packages
npm i
Run the server
npm run dev
Open the localhost shown in the console.