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.
- ReactJs
- Material UI
- JavaScript
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.
- Run
npm run test
to test the app.
- A modern browser
👤 Emanuel Okello
- GitHub: oxenprogrammer
- Twitter: @ox_emmy
- LinkedIn: Emanuel Okello
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
- Fork it (https://github.com/oxenprogrammer/simple-calculator)
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Give us a ⭐️ if you like this project!
- MIcroverse
This project is MIT licensed.