/shopify-fe-challenge

The Shoppies: Movie awards for entrepreneurs

Primary LanguageJavaScript

Shopify

The Shoppies: Movie Awards for Entrepreneurs

A webpage that can search OMDB for movies, and allow the user to save their favourite films they feel should be up for nomination. When they've selected 5 nominees they should be notified they're finished.

Link to app can be found here


Features

  • Search OMDB via API
  • Display just the movie results
  • Add a movie from the search results to our nomination list
  • View movies already nominated
  • Remove a nominee from the nomination list
  • Persist nominee list if we leave the page
  • Displays an alert/banner when the user has 5 nominations

Tech Stack

  • React (create-react-app)
  • TailwindCSS
  • Axios

Deployment


  1. Fork the repository & clone
git clone
  1. Install dependencies using the npm install command.
npm i
  1. Navigate into the projects directory and run CRA.
npm start