ikigai-project-5-netflix-clone-html-css-CristianDavidCabrera

Netflix Clone

This is the project description for the 20h bootcamp in Gran Canaria, in order to practice HTML and CSS development. This project has educational purposes. It contains material owned by © Netflix.

Date: 2018-08-28

Description

In this project, you’ll show all your knowledge building a Netflix clone. In the next weeks, we will use the same project to learn JS and React.

Imagine that Netflix hired you as top talented Front-end Developer, and make your best effort.

The project is individual. Copying is forbidden.

Project Instructions

The design

We will use real tools that front-end developers use every day. Because of that, you can access the design in these apps.

You can register in these tools or you can use a common account that you will receive in slack. The JPGs are in this repo.

Build the three pages:

Title Example

In order to achieve the pixel perfect, I suggest you to use the design as a background image.
```css
html.debug {
	background: transparent url(/tmp/home.jpg) no-repeat top left;
	background-size: 100%;
	
	body {
		opacity: 0.7;
	}
}

You can use all the tools and libraries you want to use. But focus in good coding. Be consistent in the decisions you take.

CSS Animations and other effects

Create a good Readme file.

Extra Credit

Responsive:

Analytics

Process

Table example.

Task Estimation (hours) Real(hours)
Navbar items 4 6
search input 5 3
   

Project Resources

Author

With ❤️ from your new teacher Antonio Sejas .

Contribution

Feel free to make a pull request to fix any typo or mistake.

License

See the LICENSE file for license rights and limitations.