/shoppies

The online interface for movie critics to nominate their picks.

Primary LanguageTypeScript

Shoppies

Alt Text

The Shoppies application is an interface designed to aid the movie critics as they select movie nominations for the upcoming Shoppies.

Live Version

Requirements

Yarn and Git.

Running Locally

Clone the repository with:
git clone https://github.com/gjubal/shoppies.git

Install the dependencies with:
yarn

Run a local version of the app with:
yarn start

Features

The interface was built with React (create-react-app) and Typescript, while pulling data from and the OMDb API.
Its design was implemented with the help of the styled-components library.