This project consumes data from the TMDB (The Movie Data Base) api, it is a react project built using redux and react hooks
Users can see which movies are popular currently, users can also search movies based on their ratings or search for movies based on title, actor, or related words and know details about any particular movie by clicking on it.
This project is hosted on Netlify.
In order to try the aplication in your own machine you will have to create an account at tmdb and request an API key. You can read more about their API here TMDB API OVERVIEW Follow along the steps below to get a copy at your local machine.
-
Navigate to the directory where you want this project to clone and then clone it
git clone git@github.com:helciodev/popcorn-and-chill.git
-
Navigate to the
popcorn-and-chill
directorycd popcorn-and-chill
-
Install the npm package with
npm install
-
Start the server with
npm start
-
The site should automatically open in your browser at http://localhost:3000/ if it didn't then open your browser with that link.
- Run npm test to run tests
😎 Helcio André
- GitHub: @helciodev
- Twitter: @helcio_bruno
- Linkedin: Helcio Andre
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project, thanks for reading!
This project is MIT licensed.## Available Scripts