https://github.com/victorgonbu/movie-couch
Mobile Webapp to look and search for data of your favorite movies.
https://github.com/victorgonbu/movie-couch
css3 javascript react
Last synced: about 2 months ago
JSON representation
Mobile Webapp to look and search for data of your favorite movies.
- Host: GitHub
- URL: https://github.com/victorgonbu/movie-couch
- Owner: Victorgonbu
- Created: 2021-07-31T19:25:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-24T17:46:04.000Z (over 3 years ago)
- Last Synced: 2025-01-31T11:14:10.647Z (4 months ago)
- Topics: css3, javascript, react
- Language: JavaScript
- Homepage: https://movie-couch.netlify.app/
- Size: 2.93 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Movie Couch
React web app to search for movies using the [TMDB API](https://www.themoviedb.org)
## App screenshots
- HOME
![]()
## Usage
- 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.
![]()
## Built With
- Javascript
- HTML
- CSS
- Node.js
- React
- React-DOM
- Redux
- prop-types
- TMDB API
- React testing library## Live Demo
[Netlify deploy link](https://movie-couch.netlify.app)
## Videos Demo
https://gist.github.com/Shaqri/2a165ff7278f6776aa17f72443d407bd## Getting Started
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## Test
To run all available tests run `yarn test` in your terminal.
## ENV variables
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'.
## Author
👤 Victor Gonzalez
- Github: [@Shaqri](https://github.com/Shaqri)
- Twitter: [@victorgonbu1](https://twitter.com/Victorgonbu1)
- LinkedIn: [Victor Gonzalez](https://www.linkedin.com/in/victor-manuel-gonzalez-buitrago)## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](issues/).
## Show your support
Give a ⭐️ if you like this project!