- Open terminal/cmd
- Write
git clone https://github.com/enygf3/calculator - Write
cd ./calculator - Write
npm install - Write
npm start
Done✅
./src - folder that contain all components of this app
./src/components - There are all the components of the app. Each component's folder in it contain a .js file with the same name as folder
./src/components/commands - Folder that contains all commands of this app
./src/components/executer - There is an Executer of the commands
./src/components/calcMethods - Methods of the main app class Calculator
./src/style - Folder with .sass(styles) of the app
./ - folder that contain source code and all the config files