A simple calculator. You can try it at https://atoulmet.github.io/calculator/
To start the app, first run npm install
then npm start
. A new window will open on http://localhost:3000/.
ReactJS / Redux. The project was created through Create-React-App.
I was inspired by the design of the video game Calculator The Game to create this retro design.