Skip to content

dcartwright07/search-history-app

Repository files navigation

Search & History application

Search & History application for a job evaluation

Requirements

  • Create App using the Vue CLI
  • Use data from a RestAPI (https://www.omdbapi.com/)
  • App should have two pages: Search & History
  • Use Vuex to store searches
  • Denote difference between successful and failed searches in storage

Delivery

Project must be submitted as a link to a repository

Things to pay attention to

  • Design and styling
  • Code layout and structure
  • Use of resources

Project Setup

npm install

Compile and Preview

npm run preview