8000 GitHub - Einsteinj04/calculator: This is a basic calculator built with react. Its one of the recommended projects from freecodecamp
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

This is a basic calculator built with react. Its one of the recommended projects from freecodecamp

Notifications You must be signed in to change notification settings

Einsteinj04/calculator

Repository files navigation

FREECODECAMP'S JAVASCRIPT CALCULATOR PROJECT

Vite (French word for "fast", pronounced /vit/, rhymes with "street") is a frontend build tool and open source project created by Evan You. Vite 2.0 was officially released on February 16, 2021 and aims to provide a faster and leaner development experience for modern web projects. It consists of two parts:

  • A dev server with Hot Module Replacement (HMR) that serves your source files over native ES modules
  • A build command that bundles your code with Rollup, pre-configured to output highly optimized static assets for production

Clone repo, install dependencies, and run development server

To run this project on your local machine enter these commands to clone the repo, install the dependencies with yarn and start the development server with yarn dev.

git clone https://github.com/vite-app
cd vite-app
yarn
yarn dev

Also make sure you have the latest version of node and npm

Calculators Screenshot

Screenshot

What I learned

While completing this project, I came across the eval()

function and it was really useful. I also realized how powerful regular expressions could be. I literally made use of regex in the logic without applying any form of array methods

Author

About

This is a basic calculator built with react. Its one of the recommended projects from freecodecamp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0