Skip to content

This is a simple calculator project using html and css.

Notifications You must be signed in to change notification settings

lumieredeni/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CALCULATOR

This is a simple calculator made using the html and css language. 
The code was created using visual studio code, but you can use whichever platform you need.

HOW TO INSTALL VISUAL STUDIO CODE:

Windows
Download:

Go to the Visual Studio Code website.
Click on the Download for Windows button.
Run the Installer:

Locate the downloaded .exe file (usually in your Downloads folder).
Double-click the file to start the installation.
Setup Installation:

Follow the prompts in the setup wizard. You can choose the installation location and options like adding VS Code to your PATH.
Launch:

Once the installation is complete, launch VS Code from the Start menu or desktop shortcut.
macOS
Download:

Visit the Visual Studio Code website.
Click on the Download for macOS button.
Install:

Open the downloaded .dmg file.
Drag the Visual Studio Code icon to the Applications folder.
Launch:

Open your Applications folder and double-click on Visual Studio Code to launch it.
Linux
For Linux, the installation process varies by distribution. Here are instructions for popular distributions:

Ubuntu/Debian
Download and Install:
bash
Copy code
sudo apt update
sudo apt install snapd
sudo snap install --classic code
Fedora
Download and Install:
bash
Copy code
sudo dnf install code
Arch Linux
Download and Install:
bash
Copy code
sudo pacman -S code

About

This is a simple calculator project using html and css.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published