Open Visual Studio Code or your preferred code editor. Create a new project folder and add an HTML file (index.html), a CSS file (style.css), and a JavaScript file (script.js).
(index.html):index html
(style.css):style css
(script.js):script js
Open index.html in your web browser and test your simple calculator.