initial commit, project is ready to start

This commit is contained in:
Daniel Avila 2023-02-04 17:17:17 -05:00
parent 466dd01327
commit 74232d7671
9 changed files with 14845 additions and 0 deletions

10
index.html Normal file
View file

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>React App</title>
</head>
<body>
<div id="root"></div>
<script src="./src/index.js"></script>
</body>
</html>