Skip to content

Commit

Permalink
adding readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jaiminmoslake7020 committed Nov 21, 2024
1 parent 340ffb9 commit df7288c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
12 changes: 2 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,9 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<title>Tic Tac App</title>
<link rel="stylesheet" href="css/style.css">
<meta name="description" content="">

<meta property="og:title" content="">
<meta property="og:type" content="">
<meta property="og:url" content="">
<meta property="og:image" content="">
<meta property="og:image:alt" content="">

<meta name="description" content="TicTacApp">
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="icon" href="/icon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="icon.png">
Expand All @@ -23,5 +16,4 @@
<div id="root"></div>
<script src="dist/js/app.js" type="module" ></script>
</body>

</html>
5 changes: 5 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Welcome to TicTacApp!

Hi! I have build this app to learn more about JS closures and using Vanilla JS instead of framework. I have not added any JS framework like React or something else, but I have been inspired a lot by React components and try to build an app without React and only using plain vanilla JS (although all code is in TS which gets compiled into JS.)

It works same as modern JS framework and adds everything to index.html through JS.

0 comments on commit df7288c

Please sign in to comment.