Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 958 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 958 Bytes

React Redux Calculator

Into

This application is the practice of the freeCodeCamp Front End Libraries Certification Project - JavaScript Calculator

Stacks

It's allowed to use any mix of stacks to pass the freeCodeCamp project review. In order to properly practice and demonstrate the front end libraries I learn, all the stacks listed below are applied in this project.

  • React
  • Redux
  • HTML5
  • Sass/SCSS

Functions

The application is a JavaScript calculator who utilizes formula logic.

application screenshot

How to run

npm start

Runs the app in the development mode.

Open http://localhost:3000 to view it in the browser.