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 clonecd simple-calculatorgit checkout feature/milestone-1npm inpm run devto run the server in development mode.npm run buildto create an optimized production build.npm run startto 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 testto test the app.
Prerequisites
- A modern browser