Simple Calculator developed in collaboration during the Kreativstorm Hands-On Training Program.
You can find live preview here.
To run this game, you will need to serve it from a local server. If you're using VS Code, you can install the Live Server extension to quickly set up a local server.
-
Clone the repository:
git clone https://github.com/andrejcode/simple-calculator
-
Navigate to the project directory:
cd simple-calculator -
Start a local server:
- If using VS Code: Open the project in VS Code, right-click the index.html file, and select Open with Live Server (make sure the Live Server extension is installed).
-
Open the game in your browser:
- If using VS Code Live Server, it will automatically open the game in your browser.