File tree Expand file tree Collapse file tree 1 file changed +30
-1
lines changed Expand file tree Collapse file tree 1 file changed +30
-1
lines changed Original file line number Diff line number Diff line change 1
- # Movie App
1
+ # Welcome 🖐 to the Movie App
2
+ This is a HTML, CSS, JAVASCRIPT movie website project where users can come and watch any movie from this website.
3
+
4
+
5
+ ## 💻Tech Stack
6
+ <br >
7
+
8
+ ![ HTML] ( https://img.shields.io/badge/html5%20-%23E34F26.svg?&style=for-the-badge&logo=html5&logoColor=white )
9
+ ![ CSS] ( https://img.shields.io/badge/css3%20-%231572B6.svg?&style=for-the-badge&logo=css3&logoColor=white )
10
+ ![ JS] ( https://img.shields.io/badge/javascript%20-%23323330.svg?&style=for-the-badge&logo=javascript&logoColor=%23F7DF1E )
11
+
12
+ <br >
13
+
14
+
15
+ ### How to get the project on your local machine:
16
+
17
+ ---
18
+
19
+ - Download or clone the repository
20
+
21
+ ```
22
+ git clone https://github.com/Ayushparikh-code/Web-dev-mini-projects.git
23
+ ```
24
+
25
+ - Go to the directory
26
+ - Open movie-website folder
27
+ - Open index.html with live server
28
+
29
+ ### Things used in the project
30
+
2
31
Built with Vanilla JavaScript. Below is a list of the methods and properties use
3
32
4
33
* querySelector
You can’t perform that action at this time.
0 commit comments