Skip to content

Commit

Permalink
completion of project
Browse files Browse the repository at this point in the history
  • Loading branch information
freddyfavour committed Feb 26, 2024
1 parent aaf8e76 commit aadf0fb
Show file tree
Hide file tree
Showing 16 changed files with 17,416 additions and 42 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

2 changes: 0 additions & 2 deletions README.md

This file was deleted.

4,812 changes: 4,812 additions & 0 deletions dist/bundleb2880e5ff3de0d07b1f5.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/bundleb2880e5ff3de0d07b1f5.js.map

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Webpack App</title>
<script defer src="bundleb2880e5ff3de0d07b1f5.js"></script></head>
<body>
<div class="container">
<img id="laughImg" />
<h3>Don't Laugh Challenge</h3>
<div id="joke" class="joke"></div>
<button id="jokeBtn" class="btn">Get Another Joke</button>
</div>
</body>
</html>
1 change: 1 addition & 0 deletions dist/laughing.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit aadf0fb

Please sign in to comment.