npm install
This project was bootstrapped with Create React App.
npm run start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
npm run build
Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
See the section about deployment for more information.
| Folder & File | Description |
|---|---|
📁 src/components |
Contains all the components used in the calculator app Display, Buttons & Calculator. |
📁src/contstants |
Contains a file which has buttons list array |
📁 src/logic |
Logic related to application goes here Calculate & Operate file help to handle operations of the calculator. |
📁src/models |
Contains information related to field & type details of Display, Button & Calculator |
📁 src/utils |
Contains utility functions |
📃 style.tsx |
Contains styled-components declarations |
- MIT
