Shopify front end internship challenge

To use this app, just start searching for a movie title and search result cards will appear which you can indiviually nominate. Nominations show up on the right pane, and a dialog will popup when you reach 5 nominations.

  • To go back to the landing page click the shopify logo (this won't purge your nominations)
  • This app has dark mode toggling built in

Access

The app is hosted at https://tashrifsanil.github.io/omdb-shopify/

Building the project

After cloing the repo, in the project directory run the following to download any dependencies

yarn

Then to run the project just run the following in the project directory.

yarn start

This runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app