-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (46 loc) · 2.26 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
<div id="playground"></div>
<!-- https://github.com/CleverProgrammers/JavaScript-Course-by-Clever-Programmer- -->
<!DOCTYPE html>
<html>
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Oswald&display=swap" rel="stylesheet">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>replit</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h2>Official Github REPO (🌟 Go Star This ♥️)</h2>
<p>👉 <a href="https://github.com/CleverProgrammers/JavaScript-Course-by-Clever-Programmer-">JavaScript Course by Clever Programmer (Github Repo)</a></p>
<p>Let's get this trending 🚀</p>
<h3>Lessons</h3>
<a href="dom/red-yellow-green/index.html">DOM - Red Yellow Green Squares</a>
</br>
<a href="api/dogRandom/index.html">API - Get Random Dog</a>
</br>
<a href="api/superHero/index.html">API - Get Super Heroes</a></br>
<a href="classes/banksClass/index.html">Classes - Bank with Deposit & Withdraw Methods</a>
<h3>Project Exercises</h3>
<a href='projects/stopwatch/exercise/index.html'>Stopwatch</a><br>
<a href='projects/rockpaperscissors/exercise/index.html'>Rock Paper Scissors</a><br>
<a href='projects/fightingGame/exercise/index.html'>Figthing Game</a> <br>
<a href='projects/tip-calculator/exercise/index.html'>Tip Calculator</a>
<br>
<a href='projects/weather-app/exercise/index.html'>Weather App</a>
<h3>Project Solutions</h3>
<a href='projects/stopwatch/solution/index.html'>Stopwatch</a><br>
<a href='projects/rockpaperscissors/solution/index.html'>Rock Paper Scissors</a><br>
<a href='projects/fightingGame/solution/index.html'>Fighting Game</a></br>
<a href='projects/tip-calculator/solution/index.html'>Tip Calculator</a>
<br>
<a href='projects/weather-app/solution/index.html'>Weather App</a>
</br>
<a href='projects/fetchmovies/solution/index.html'>Create Netflix</a>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prettier/2.6.2/standalone.js"></script>
<script src="playground.js"></script>
<script src="yourPlayground.js"></script>
<script src="exercises/converthourstoseconds.js"></script>
</body>
</html>