datadash-visionary / HOW_TO_IMPLEMENT.md
Mandarab's picture
Also create Readme.md file and how to file with step by step instructions on how to implement this project.
756b524 verified
<!-- In head -->
<link rel="stylesheet" href="style.css">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<!-- Before closing body -->
<script src="components/navbar.js"></script>
<script src="components/sidebar.js"></script>
<script src="components/card.js"></script>
<script src="script.js"></script>