Skip to content

Movie search app finds the movie you want to find and you can upvote it or downvote it.

Notifications You must be signed in to change notification settings

dannyflatiron/movie-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MovieSearch

Movie search app

MovieSearch is a React app that pulls data from themoviedb.org. You can search movies by the title of the movie. A card will appear with an option to show more details. In the expanded card view, users are allowed to cast votes for a movie. The app is supported by a Ruby on Rails API which can be found here. Demo video can be viewed here.


MovieSearch Home

MovieSearch Card


MovieSearch Expanded Card

Some of the features of this app include:

  • React version: 17.0.1
  • React hooks
  • Fetch API

Running it locally

  • run npm install or yarn install
  • in another tab run ./bin/webpack-dev-server (optional)
  • navigate to http://localhost:3000

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

## License
[MIT](https://choosealicense.com/licenses/mit/)

About

Movie search app finds the movie you want to find and you can upvote it or downvote it.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published