Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 527 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 527 Bytes

Calculator

Synopsis

A simple calculator. You can try it at https://atoulmet.github.io/calculator/

How to

To start the app, first run npm install then npm start. A new window will open on http://localhost:3000/.

Technologies

ReactJS / Redux. The project was created through Create-React-App.

Design

I was inspired by the design of the video game Calculator The Game to create this retro design.