GitXplorerGitXplorer
t

whats-that-movie

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
1e2c3764a312028d72538c4710eb43c6ef55430c

Add credits to Tabler Icons for icon design

ttianyizheng02 committed 4 years ago
Verified
edfa9be18b26bd6c1fec55ff077c2fc3c1f07dac

Update README

ttianyizheng02 committed 4 years ago
Unverified
76536db19dc8390800e769e931445c54276d4780

Fix search input border color

ttianyizheng02 committed 4 years ago
Unverified
432337aa7c4ffb2fab612ec11c42643a1c825348

Fix icon opacity

ttianyizheng02 committed 4 years ago
Unverified
1b9378badf78c3b7439451c6ce9a13b5e40d8f39

Remove unused dependency

ttianyizheng02 committed 4 years ago
Unverified
e729aa54e6652948576257edaa4a856cb1dc7ebb

Merge branch 'main' of https://github.com/tianyizheng02/whats-that-movie into main

ttianyizheng02 committed 4 years ago

README

The README file for this repository.
icon

What's That Movie?

What's That Movie? is a web app that retrieves movie info using the OMDb API.

It even has dark mode (automatic based on system preferences)!

Light Mode 🤢 Dark Mode 😎
Light Mode Pic Dark Mode Pic

Features

The web app provides the following info for each movie (if available):

  • Title and Year
  • Poster
  • Release Date
  • Runtime
  • Genre(s)
  • Director(s)
  • Rating (Metascore)
  • Short plot synopsis

Installation

To run this web app on your local machine, first make sure that Node.js is properly installed. Clone this repo and run the following commands from within the newly created directory:

npm install
npm start

The web app can now be viewed in-browser at http://localhost:3000/.

Note that the web app requires an API key in order to successfully query the OMDb database. Register for an API key at https://www.omdbapi.com and store the key in a .env file with the following contents:

REACT_APP_API_KEY={YOUR API KEY HERE}

Credits

This web app was built on Kristen Koyanagi's starter code for Capital One's Software Engineering Summit coding challenge.

The icon design is based on the movie icon from Tabler Icons.