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.
- 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.
-
Clone the repository
git clone https://github.com/Shuudy/b3-svelma.git cd b3-svelma -
Copy the
.env.examplefile and configure the environmentcp .env.example .env
Open the
.envfile and insert your TMDB API key:VITE_TMDB_API_KEY=your_tmdb_api_key -
Install dependencies
npm install
-
Start the development server
npm run dev
-
Build for production
npm run build
-
Preview the production build
npm run preview
This project is powered by SvelteKit and uses the TMDb API for data.