Skip to content

Commit 381151f

Browse files
committed
Added README
1 parent a45644b commit 381151f

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

Movie-Search-App/README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
<ul>
14+
<li>TMDB API</li>
15+
</ul>
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

Comments
 (0)