Skip to content

Files

Latest commit

ce4df81 · Jun 8, 2023

History

History
54 lines (35 loc) · 1.37 KB

README.md

File metadata and controls

54 lines (35 loc) · 1.37 KB

Calculator

The project involves creating a calculator with various features such as clickable number buttons, mathematical operators, decimal point, clear button, and a display element. It should allow inputting numbers, performing mathematical operations, handling decimal points, consecutive operators, and displaying accurate results with decimal precision. FreeCodeCamp.

Live: https://calculator-virid-six.vercel.app/

Table of contents

Overview

Screenshot

Links

My process

Built with

Author

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build