Skip to content

LeeHall-DevOps/React-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Calculator


This is a full functional calculator made using:


  • HTML
  • CSS
  • JavaScript
  • ReactJs - A JavaScript library for building user interfaces

Build Method


  1. after running the code to create react templete:
npx create-react-app app-name
cd app-name
npm start
  1. I removed any unnecessary files, leaving just core files.

  1. I then made the buttons I want to use.

  1. I then used flexbox to arrange my calculator buttons, span to increase the All Clear (AC) and Equals (=) button size.

  1. Adding style to the calculator

  1. adding hover and focus functionality

  1. adding number functions

  1. Adding calculation functionality

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published