Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 511 Bytes

File metadata and controls

19 lines (15 loc) · 511 Bytes

IMDBClone

A single-page React/Rails app that let's users search for movies with the use of the OMDB API.

Current Features:

  • User can search for a movie by title
  • The generated results update 'on change' (as the user types another letter)
  • User can see a short description for each movie.

TODO:

  • Search by genre
  • Search by year and title
  • Allow users to create an account
  • Allow users to create movie lists that they can share

Technologies:

  • React/Rails gem
  • AJAX
  • OMDB API