/rbCalculator

A simple React Calculator to serve as a basis for a front-end lecture

Primary LanguageJavaScript

rbCalculator

A simple web based calculator created using React for a Front-end basics lecture.

Usage

After cloning the repo, go to it's folder and run

npm install
npm run start

Go to localhost:3000 to see it running.