linardsblk / javascript-calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaScript calculator

This project was made as a learning exercise for freeCodeCamp's Front End Libraries Projects - Build a JavaScript Calculator

See in action here

Technologies used

  • React.js with Create-react-app

What I learned while making this project

  • CSS grid
  • Regex in practice
  • Better understanding of states and components
  • SCSS variables

What can still be done to improve this project

  • Add a switch for immediate execution logic or formula logic
  • Add a display section for calculation history
  • Refactor code - add buttons to an const and map them in render
  • Visual improvements
  • Add link to GitHub

About


Languages

Language:JavaScript 82.2%Language:CSS 13.8%Language:HTML 4.1%