Skip to content

Commit

Permalink
Merge pull request #43 from RevantCI/section9
Browse files Browse the repository at this point in the history
udemy section 9
  • Loading branch information
Poojanavgurukul authored Nov 13, 2023
2 parents 5ccced5 + 797c23e commit e16471f
Show file tree
Hide file tree
Showing 23 changed files with 8,083 additions and 1 deletion.
8 changes: 7 additions & 1 deletion anjumol/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,10 @@
/react_new/section_8/node_modules
/react_new/section_8/src/.DS_Store
/react_new/section_9/node_modules
/react_new/section_9/src/.DS_Store
/react_new/section_9/src/.DS_Store
/react_new/section_9/src/.DS_Store
/react_new/section_9/node_modules
/react_new/section_9/node_modules
/react_new/section_11/node_modules
/react_new/section_12/part1/node_modules

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"type": "module"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"type": "module"
}
14 changes: 14 additions & 0 deletions anjumol/react_new/section_9/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>React Project Manager</title>
</head>
<body class="bg-stone-50">
<div id="modal-root"></div>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>
Loading

0 comments on commit e16471f

Please sign in to comment.