/fcc-js-calculator

freeCodeCamp JavaScript Calculator Project

Primary LanguageHTMLMIT LicenseMIT

freeCodeCamp JavaScript Calculator

Instructions

# Clone repository
git clone https://github.com/MatiasVerdier/fcc-js-calculator.git

# Move to created folder
cd fcc-js-calculator

# Install dependencies
npm install

# Run application
npm start