Netflix inspired Movies and TV Shows streaming app built in Javascript, React, TMDb API and Styled Components.
Landing page where the user can browse Movies and TV Shows.
Clicking on a Movie or TV Show poster displays a pop up with the title trailer.
- React
- Javascript
- Styled Components
-
clone repository
git clone https://github.com/ingriddorioschulze/watchflix cd watchflix -
install dependencies
npm install
-
start the application
npm start

