You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "The aim of this project is to develop a calculator with JavaScript Vanilla. The calculator must be able to perform addition, subtraction, multiplication, division, powers, percentages, logical operators and logarithms.",
"type": "module",
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "echo \"Error: no test specified\" && exit 1"