-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (74 loc) · 1.97 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>100 Days of Javascript</title>
</head>
<body>
<h1>Projects</h1>
<p>1.
<a href="./Counter/index.html">Counter App</a>
</p>
<p>2.
<a href="./RandomHexColor/index.html">Random Hex Color Generator</a>
</p>
<p>3.
<a href="./RandomNumber/index.html">Random Number Generator</a>
</p>
<p>4.
<a href="./ModalPopup/index.html">Modal Popup</a>
</p>
<p>5.
<a href="./PalindromeChecker/index.html">Palindrome Checker</a>
</p>
<p>6.
<a href="./VowelCounter/index.html">Vowel Counter</a>
</p>
<p>7.
<a href="./ClickToCopy/index.html">Click To Copy</a>
</p>
<p>8.
<a href="./GoogleDriveLink/index.html">Google Drive Download Link Generator</a>
</p>
<p>9.
<a href="./InputCharacterCount/index.html">Input Field Character Count</a>
</p>
<p>10.
<a href="./InternetConnStatus/index.html">Internet Connection Status Detector</a>
</p>
<p>11.
<a href="./QuizApp/index.html">Quiz App</a>
</p>
<p>12.
<a href="./apiApp/index.html">API</a>
</p>
<p>13.
<a href="./httpRequest/index.html">HTTP Request</a>
</p>
<p>14.
<a href="./ajax-RandomQuote/index.html">Ajax - Random Quote Generator</a>
</p>
<p>15.
<a href="./WeatherApp/index.html">Weather App</a>
</p>
<p>16.
<a href="./ListSearch/index.html">List Search</a>
</p>
<p>17.
<a href="./DateCountdown/index.html">Date Countdown</a>
</p>
<p>18.
<a href="./DateCountdown/index.html">Active Menu</a>
</p>
<p>19.
<a href="./PopupOnScroll/index.html">Popup on scroll</a>
</p>
<p>20.
<a href="./PasswordGenerator/index.html">Password Generator</a>
</p>
<p>21.
<a href="./LocalStorage/index.html">Local Storage</a>
</p>
</body>
</html>