Skip to content

ezeed/search-movies

Repository files navigation

CHALLENGE PART 1

Search Movies Project

Deployed version: https://autocomplete-movies.vercel.app/

Instructions for run the App

  1. Before run the project you must install dependencies
npm i
  1. Then run project on develop environment
npm run dev
  1. After run dev command you can enter to http://localhost:9090 to use the app.

  2. For preview production build run this commands

npm run build
npm run preview
  1. You can use the same url on local host to test the production build on local. http://localhost:9090.

Tech Stack

CHALLENGE PART 2

The answers of the questionary are in /answers folder in Markdown and HTML format. Additionally you can navigate to the answers in local or production: