diff --git a/README.md b/README.md index 2fc52f1..7fde997 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,19 @@ # 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. + + +Please feel free to provide some feedback! + + +### Video Walktrough \ No newline at end of file diff --git a/netflix-demo.gif b/netflix-demo.gif new file mode 100644 index 0000000..392dced Binary files /dev/null and b/netflix-demo.gif differ