A single-page React/Rails app that let's users search for movies with the use of the OMDB API.
- 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.
- Search by genre
- Search by year and title
- Allow users to create an account
- Allow users to create movie lists that they can share
- React/Rails gem
- AJAX
- OMDB API