-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmovie.html
23 lines (23 loc) · 995 Bytes
/
movie.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="./styles/styles.css">
<title>Document</title>
</head>
<body>
<div id="container-main">
<a href="index.html">← Go to home page</a>
<h1>Movie Trailer App</h1>
<img class="project-img" src="/assets/netlix.png">
<ul>
<li><a href="https://github.com/E-fais/netflix-clone-react-app" target="_blank">Source Code</a></li>
<li><a href="http://fais-movies.netlify.app" target="_blank">Live Demo</a></li>
</ul>
<p> TMDB api is used in this React js project. Data from the server is fetched using Axios library.<br>
React-youtube, react-browser-router, use context api etc are applied to accomplish this project </p>
</div>
</body>
</html>