Svelte Movie App screenshot

Svelte Movie App

Author Avatar Theme by Heropcode
Updated: 6 Dec 2020
16 Stars

Overview

The Svelte Movie app is an application that uses Svelte.js and the OMDb API to search for movies. It allows users to search for and display real movie information using the OMDb API. The app is built using Svelte.js and Snowpack, and it incorporates the Svelte SPA Router for single page application development. The backend is configured using Netlify Functions to ensure that the API key is not exposed. The app can be hosted on Netlify with continuous deployment from a GitHub repository.

Features

  • Svelte.js integration with OMDb API
  • Svelte SPA Router for single page application development
  • Netlify Functions for backend configuration and local testing
  • Hosting on Netlify with continuous deployment from GitHub

Installation

To install the Svelte Movie app, follow these steps:

  1. Install the required packages by running the following command in your project directory:

    npm install
    
  2. Make sure you have the correct versions of the packages by checking the package.json file provided in the example. Install any missing packages or update the versions if necessary.

  3. Build the project using Snowpack by running the following command:

    npm run build
    
  4. Deploy the project to Netlify by pushing it to your GitHub repository and setting up continuous deployment with Netlify.

Summary

The Svelte Movie app is a movie search application built using Svelte.js and the OMDb API. It incorporates features such as the Svelte SPA Router for single page application development and Netlify Functions for backend configuration. The app can be easily installed and deployed to Netlify for continuous deployment using the provided installation guide.