One of those multiple projects I built in Sveltekit lately. This one uses OMDB API to display movies data. The API has generous rate limits. But you need to register on their site and obtain API key. There are some end-points only available for patreon or paid users.
It uses Sveltekit with Tailwind CSS and Typescript. This also contains back-end written in Sveltekit making use of it's powerful server-side features which allows to connect with databases and execute function calls on server. It has user authentication with ability to create playlists and add movies to it. Cookie-based authentication is used in this application.
Started on April 10, 2025, 8:51 p.m.
Updated on April 10, 2025, 8:51 p.m.
Status:
Tags: Technology Web Development Svelte
Project Link : https://github.com/Apfirebolt/svelte-kit-imdb
Technologies Used : Sveltekit, Typescript, Mongoose, Tailwind CSS
Images:


