Let’s build an amazing app together. We’ll have three folders in our project index.html, main.js, and style.css. First lets create the new project in the terminal. npm init js-project [project-name] index.html <script> src="main.js" </script> <script> tags is a JavaScript, connects the other folders with initial app. Basically, we import the…