iamim / FCC-js-calc

A FCC project

Home Page:https://iamim.github.io/FCC-js-calc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FCC-js-calc

FreeCodeCamp "Build a JavaScript Calculator" project.

Project requirements

  1. Perform simple arithmetic operations
  2. Functionality to erase input
  3. Functionality to chain operations until the equal button is clicked

Project goals

  1. Get experience working with statefull React application
  2. Get experience with Jest
  3. Get experience working with SCSS in a modular way
  4. Create an appealing look

Things to work on

  1. Redundant states in Calculator container (link)
  2. Low coverage
  3. Low utilization of Sass functionality (sharing colors, variables)
  4. Not responsive

About

A FCC project

https://iamim.github.io/FCC-js-calc/


Languages

Language:JavaScript 80.1%Language:CSS 11.4%Language:HTML 8.5%