File tree Expand file tree Collapse file tree 3 files changed +38
-2
lines changed Expand file tree Collapse file tree 3 files changed +38
-2
lines changed Original file line number Diff line number Diff line change
1
+ <h1 >Week Day Predictor App</h1 >
2
+
3
+ <p >A Simple Week Day Predicyor App written in HTML, CSS and JavaScript .</p >
4
+
5
+ ### Use of the Project:
6
+
7
+ <p >This app displays the current day of the week with quotes . </p >
8
+
9
+ <h3 >Used Technologies</h3 >
10
+ <ul >
11
+ <li>HTML5</li>
12
+ <li>CSS3</li>
13
+ <li>JavaScript</li>
14
+ </ul >
15
+
16
+ #### Steps to Use:
17
+
18
+ ---
19
+
20
+ - Download or clone the repository
21
+
22
+ ```
23
+ git clone https://github.com/Ayushparikh-code/Web-dev-mini-projects.git
24
+ ```
25
+
26
+ - Go to the directory
27
+ - Run the index.html file
28
+ - Result is here!!!
29
+
30
+ <h3 > Demo </h3 >
31
+
32
+ <a href =" https://sonamgupta136.github.io/sonamgupta136.io/ " >Demo</a >
33
+
34
+ <br >
Original file line number Diff line number Diff line change @@ -41,4 +41,5 @@ weekdayDiv.innerHTML = `${nameOfDay}`;
41
41
42
42
//Display quote
43
43
let quoteDiv = document . getElementById ( 'phrase' ) ;
44
- quoteDiv . innerHTML = `${ quote } `
44
+ quoteDiv . innerHTML = `${ quote } `
45
+
Original file line number Diff line number Diff line change 37
37
color : # 0000ff ;
38
38
font-weight : 800 ;
39
39
margin-left : 170px ;
40
- }
40
+ }
41
+
You can’t perform that action at this time.
0 commit comments