updated README file

This commit is contained in:
andres alcocer
2019-04-24 10:29:44 -04:00
parent b5a263e46a
commit d5cda17f1e
7 changed files with 95 additions and 43 deletions

View File

@@ -1,11 +1,18 @@
# Netflix Clone
- demo: http://netflix-react-clone.surge.sh/
- 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.
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
### Description:
### User Stories:
- User can search for movies and TV shows on TMDb
- User can the see upcoming and trending movies. Data updates weekly
@@ -19,4 +26,4 @@ This project is a simplified version of Netflix. It was created with React and p
Please feel free to provide some feedback!
Please feel free to create a pull request and submit any issues!