React web app to search for movies using the TMDB API
- HOME
- Filter
It counts with a dropdown menu filter to look for movies by genres, popularity and rating.
- Search
It counts with a search box to look for the desired title.
- More details
Every movie listed counts with a 'More details' button to display all details about it.
- Javascript
- HTML
- CSS
- Node.js
- React
- React-DOM
- Redux
- prop-types
- TMDB API
- React testing library
https://gist.github.com/Shaqri/2a165ff7278f6776aa17f72443d407bd
To get a local copy up and running follow these simple example steps.
- Git clone https://github.com/Shaqri/Movie-Couch.git
- Move to the root directory in your command line
- run
yarn install
to install all dependencies - run
yarn start
to start the app in your localhost
To run all available tests run yarn test
in your terminal.
To implement ENV variables follow the examples contained in the '.evn-example' file located in the root directory and after modifying the file rename it with '.env'.
👤 Victor Gonzalez
- Github: @Shaqri
- Twitter: @victorgonbu1
- LinkedIn: Victor Gonzalez
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!