This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Netflix-Clone/README.md
2018-11-24 18:50:39 -05:00

23 lines
716 B
Markdown

# Netflix Clone
- demo: http://netflix-react-clone.surge.sh/
This project is a simplified version of Netflix. It was created with React and pure CSS (Grid and Flexbox). It uses The Movie Database API to search for movies and to display movie details.
### Description:
- User can search for movies and TV shows on TMDb
- User can the see upcoming and trending movies. Data updates weekly
- User can click on a movie and a modal should pop up. It should display the title, release date, overview, and runtime.
- The webpage adapts to any screen size.
### Video Walktrough
![](https://github.com/AndresXI/Netflix-Clone/blob/master/netflix-demo.gif?raw=true)
Please feel free to provide some feedback!