Skip to content

React JS single page application allowing users to search the OMDB movie database API and nominate 5 films for an award.

Notifications You must be signed in to change notification settings

zach-cullen/omdb-movie-awards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OMDB MOVIE AWARDS

See Deployed Site: OMDB Movie Awards

This app allows users to search the OMDB Movie Database public API, and select 5 films to be displayed as nominees for 'The Shoppies' Movie Awards.

App Preview

Running Locally

git clone https://github.com/zach-cullen/omdb-movie-awards.git
cd omdb-movie-awards
yarn dev

Open http://localhost:3000 with your browser to see the result.

Built Using:

NextJS

This is a Next.js project bootstrapped with create-next-app.

Styled Components

This project makes heavy use of Styled Components, a form of 'CSS in JS' that enables developers to write code for a component in only one file, quickly scaffold simple presentational elements, and use props to dynamically set styles.

This projects also uses styled's ThemeProvider to programmatically set colors and spacing for use by CSS styles.

Shopify Polaris Icons

[Polaris Icon Explorer][https://polaris-icons.shopify.com/]

Front end deployed on Vercel

Next.js deployment documentation for more details.

Code Style

JavaScript Style Guide

About

React JS single page application allowing users to search the OMDB movie database API and nominate 5 films for an award.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published