Skip to content

Sangresz/MovieDB-svelte

Repository files navigation

Movie database app done using Svelte

Web app that you can use to look up for:

  • informations on your favorites films
  • look for the movies that are popular now
  • upcoming movies in the us.

Created using svelte and TheMovieDBApi

Downloading the project

git clone git@github.com:Sangresz/MovieDB-svelte.git # cloning the repo

cd MovieDB-svelte # enter the directory

npm install # installing the npm dependencies

npm run dev # running the server locally

2. Click on Popular to see popular films

Step 2 screenshot

3. Click on a film to get the description

Step 3 screenshot

4. Here you can see the title genres and description of the film

Step 4 screenshot

5. You can use the search bar to look for infos on specific movies

Step 5 screenshot

6. Click Search and enjoy

Step 6 screenshot