Skip to content

A React Change Calculator that provides the amount of change due in US currency note denominations and coins.

Notifications You must be signed in to change notification settings

TheDevCodingKen/react-change-calculator

Repository files navigation

This repository contains the source code for my React Change Calculator.

Objectives:

  • Become more comfortable with a more modern JavaScript syntax, ES6+.
  • Understand Model-View-Controller architecture.
  • Familiarize myself with the popular front-end library, React.

The purpose of this project was to identify and create all the different components, establish an interactive user interface and then handle all the failures, crashes, and bugs.

Steps Taken:

  1. Clone a set of files from GitHub.
  2. Convert a visual wireframe to JSX markup.
  3. Set up state management.
  4. Set up event binding for the button element.
  5. Update the view state based on the calculation result.
  6. Show the state values in the DOM.

Live Link

Contents of this site are © Copyright 2022 TheDevCodingKen. All rights reserved.

About

A React Change Calculator that provides the amount of change due in US currency note denominations and coins.

Resources

Stars

Watchers

Forks