Skip to content

lisct/movie-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Finder Application

http://moviefinder.surge.sh

Description

This application finds movies that match with the search text that has been introduced.This application use the API from https://www.themoviedb.org API. The main porpuse of this was to practice with xhr request and promises.

Repository

  1. Install dependencies
yarn install or npm install
  1. Run Build Development (Compile Public folder)
yarn run build:dev or npm run build:dev
  1. Run Development Server (Test server ambience)
yarn run dev-server or npm run dev-server

Running local

http://localhost:8080

Production

Run Build (Compile Public folder)

yarn run build:prod or npm run build:prod

About

App that find movies with its poster

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published