Skip to content

Enderlorde/Basio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Веб версия калькулятора Casio memory-8a

Демо доступно здесь.

О калькуляторе

Это веб представление калькулятора из середины семидесятых. Он работает без приоритета операций (т.е. 2+2*2 вернет 8)

Возможности

Включение

Чтобы включить калькулятор, просто нажмите на ползунок в верхнем левом углу.

Переключатель

Округление

Вы можете выбрать между автоматическим определением разрядов и округлением до двух знаков.

Переключатель округления

Процент

Процент от числа расчитывается следующим образом: вводится необходимый процент от числа, нажимается кнопка умножения, вводится число, от которого необходимо найти процент и нажимается кнопка процента.

Также возможно добавить процент от числа к этому числу: введите число, нажмите кнопку сложения, введите желаемый процент и после нажмите кнопку процент.

Кнопка процент

Квадратный корень

Чтобы найти квадратный корень числа, просто нажмите кнопку "квадратный корень".

Кнопка квадратного корня

Создано с помощью Create React App

Этот проект запущен с помощью Create React App.

Доступные скрипты

В директории проекта вы можете использовать:

npm start

Запускает проект в режиме разработки.
Откройте http://localhost:3000 для просмотра в браузере.

Страница перезагрузится когда вы сделаете изменение.
Вы также сможете увидеть и связать ошибки в консоли.

npm run build

Сборка проекта происходит в папку build.
Он корректно упаковывает React в режиме продакшена и оптимизирует сборку для лучшей производительности.

Сборка минимизированна и названия файлов включают хэши.
Ваш проект готов к развертыванию!

Посмотрите секцию о развертывании для дополнительной информации.

Casio memory-8a handheld calculator web version

Demo avialable here.

About calculator

This is a web recreation of a mid-seventies handheld calculator. It works without operator precedence (so 2+2*2 will return 8).

Features

Turning on

To enable the calculator, simply click on the slider in the upper left corner.

Power switch

Rounding

You can choose between automatic decimal places, and rounding to two decimal places.

Rounding switch

Percent

The percentage of a number is calculated as follows: the required percentage of the number is entered, the multiplication button is pressed, the number from which the percentage is found is entered, the percentage button is pressed.

It is also possible to add a percentage of a number to this number: enter the number, press the addition button, enter the desired percentage, then press the percentage button.

Percent button

Square root

To find the square root of a number, simply click the "square root" button.

Square root button

Created with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

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.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.