[go: up one dir, main page]

Skip to content

The program is a calculator that takes a number of rows (operands) and diplays the result.

Notifications You must be signed in to change notification settings

nappozord/React-Challenge-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Challenge: Calculator

display

Description

The program is a calculator that takes a number of rows (operands) and diplays the result.

It has the following functionalities:

  • rows can be added and removed
  • each row has a sign (minus or plus)
  • each row can be enabled or disabled by a dedicated control button. Disabled rows are excluded from the addition.
  • the result is updated "live" while the user is writing

Libraries and Frameworks

  • Javascript front-end framework: React (v.18.3.1)
  • UI library: Ant design (v.5.17.2)

Hot to start

npm install

Installs the necessary packages for the project.

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.

About

The program is a calculator that takes a number of rows (operands) and diplays the result.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published