A simple calculator built with ReactJs
Simple Calculator
This is a simple calculator built with ReactJs. The purpose is to use React Class Component without hooks in order to get familiar with legacy code. It later refactors the class components into functional components using React Hooks.
Technology
- ReactJs
- Material UI
- JavaScript
Getting Started
To get a local copy up and running follow these simple example steps.
git clone
cd simple-calculator
git checkout feature/milestone-1
npm i
npm run dev
to run the server in development mode.npm run build
to create an optimized production build.npm run start
to run the production build locally.- Open your favorite browser @
127.0.0.1:8080
This project was bootstrapped with Create React App.
Test
- Run
npm run test
to test the app.
Prerequisites
- A modern browser