Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 372 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 372 Bytes

OMDB Open Movie Database

Web application that uses the OMDB API to obtain movie information and let the user search, display and add movies to favorites.

Demo

omdb

Built with

  • Node.js
  • Express
  • JWT (JSON Web Tokens)
  • React
  • React router
  • Material UI

Usage

  • Clone the repo
  • Install using npm: npm install
  • Start using npm: npm start