Skip to content

This is a simple calculator built with React & CSS. 🧮

Notifications You must be signed in to change notification settings

cassidybeni/FSW-React-Calculator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Calculator

This is a React app that mimics a simple calculator

Implementations

  • Used JSX to create components
  • Used create-react-app to build React applications
  • Responds to user input to update the displayed value
  • Used state to build stateful React applications
  • Used Flexbox and/or Grid to lay out a page

npm packages used:

State

This is a stateful application. Some of the elements that use state are:

  • the value that is displayed
  • The value the user selected before pressing an operation button
  • Operation (The operation the user is performing (+/-/÷/x))

Deploy

Deployed using Netlify. Live

About

This is a simple calculator built with React & CSS. 🧮

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.1%
  • CSS 23.8%
  • HTML 19.1%