https://github.com/helciodev/popcorn-and-chill
This project consumes data from the TMDB (The Movie Data Base) API, it is a react project built using redux and react hooks
https://github.com/helciodev/popcorn-and-chill
css-modules jest-tests looking-for-job react-developer reactjs
Last synced: about 1 year ago
JSON representation
This project consumes data from the TMDB (The Movie Data Base) API, it is a react project built using redux and react hooks
- Host: GitHub
- URL: https://github.com/helciodev/popcorn-and-chill
- Owner: helciodev
- License: mit
- Created: 2021-09-06T08:49:25.000Z (almost 5 years ago)
- Default Branch: development
- Last Pushed: 2022-10-11T07:13:54.000Z (over 3 years ago)
- Last Synced: 2025-04-24T02:52:24.652Z (about 1 year ago)
- Topics: css-modules, jest-tests, looking-for-job, react-developer, reactjs
- Language: JavaScript
- Homepage: https://popcorn-and-chill.netlify.app/
- Size: 1.95 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Popcorn-and-chill
## Table of contents
- [About](#about)
- [Features](#features)
- [Live Demo](#live-demo)
- [Built with](#built-with)
- [Getting started](#getting-started)
- [Installation instructions](#installation-instructions)
- [Testing](#testing)
- [Author](#author)
- [Show your support](#show-your-support)
- [License](#-license)
---
## About
This project consumes data from the TMDB (The Movie Data Base) api, it is a react project built using redux and react hooks

## features
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.
## Live Demo
This project is hosted on Netlify.
[Live demo link](https://popcorn-and-chill.netlify.app/)
## Built With
- [](https://forthebadge.com)
- [](https://forthebadge.com)
- React
## Getting Started
### Installation instructions
In order to try the aplication in your own machine you will have to create an account at [tmdb](https://www.themoviedb.org/) and request an API key.
You can read more about their API here [TMDB API OVERVIEW](https://www.themoviedb.org/documentation/api)
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` directory
```
cd 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.
### testing
- Run npm test to run tests
## Author
😎 **Helcio André**
- GitHub: [@helciodev](https://github.com/helciodev)
- Twitter: [@helcio_bruno](https://twitter.com/helcio_bruno)
- Linkedin: [Helcio Andre](https://www.linkedin.com/in/helcio-andre/)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
## Show your support
Give a ⭐️ if you like this project, thanks for reading!
## 📝 License
This project is [MIT](./LICENSE) licensed.## Available Scripts