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
2019-04-24 10:29:44 -04:00

30 lines
889 B
Markdown

# Netflix Clone
- Demo: http://netflix-react-clone.surge.sh/
This project is a simplified front end clone of Netflix. It was created with React and CSS (Grid and Flexbox). It uses [The MovieDB Api](https://www.themoviedb.org/documentation/api) to search for movies and display details. Feel free to contribute!
### Tools used:
- Webpack
- Axios
- Redux & React
- Sass (grid & flexbox)
- Media queries
### User Stories:
- 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 create a pull request and submit any issues!