Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 559 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 559 Bytes

PopcornDb

Description

A simple SPA to search for movies and shows using the OMDB API.

Technologies used:

React, HTML5, CSS, Javascript (ES6) and ReactRouter

For Testing: Jest, React Testing Library

Detailed Description:

  • This project uses the OMDB API to get its data based on the user's search terms and then displays it.
  • React Router is used to make the searched results shareable, by sharing the respective dynamic URL.
  • Requires OMDB API Key to work! The Github Pages deployment wont't be able to search, as it lacks the API Key