Skip to content

enygf3/calculator

Repository files navigation

Weather App

Task

Google Document

How to run the app

  1. Open terminal/cmd
  2. Write git clone https://github.com/enygf3/calculator
  3. Write cd ./calculator
  4. Write npm install
  5. Write npm start

Done✅

File structure

./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

About

JS-calculator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published