b3-svelma Svelte Themes

B3 Svelma

Svelma is a movie app built with Svelte and powered by TMDb.

    Svelma

Netlify Deploy SvelteKit Svelte


Svelma is a movie app built with SvelteKit and powered by the TMDb (The Movie Database) API. It provides a dynamic and interactive interface to explore movies, actors, and more.

Features

  • Browse popular movies.
  • View detailed information about movies, including cast.
  • Search for movies using the TMDb API.
  • Responsive design for a seamless experience on all devices.

Getting Started

  1. Clone the repository

    git clone https://github.com/Shuudy/b3-svelma.git
    cd b3-svelma
    
  2. Copy the .env.example file and configure the environment

    cp .env.example .env
    

    Open the .env file and insert your TMDB API key:

    VITE_TMDB_API_KEY=your_tmdb_api_key
    
  3. Install dependencies

    npm install
    
  4. Start the development server

    npm run dev
    
  5. Build for production

    npm run build
    
  6. Preview the production build

    npm run preview
    

This project is powered by SvelteKit and uses the TMDb API for data.

Top categories

Loading Svelte Themes