We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a45644b commit 381151fCopy full SHA for 381151f
Movie-Search-App/README.md
@@ -0,0 +1,31 @@
1
+<h1>Movie Search App</h1>
2
+
3
+<p>Simple Movie Search App in HTML, CSS, and JavaScript using the APIs for fetching movies information.</p>
4
5
+<h3>Used Technologies</h3>
6
+<ul>
7
+ <li>HTML5</li>
8
+ <li>CSS3</li>
9
+ <li>JavaScript</li>
10
+</ul>
11
12
+<h3>Used APIs</h4>
13
14
+ <li>TMDB API</li>
15
16
+#### Steps to Use:
17
+---
18
19
+- Download or clone the repository
20
+```
21
+git clone https://github.com/Ayushparikh-code/Web-dev-mini-projects.git
22
23
+- Go to the directory
24
+- Run the index.html file
25
+- Just Type the movie name you want to know the details of, and then press Enter.
26
+- After that it will automatically display Details and TMDB rating.
27
28
29
+<h3> ScreenShots </h3>
30
31
+<br>
0 commit comments