Skip to content

shahmirn/ohm-value-calculator-react

Repository files navigation

Ohm Value Calculator - React Frontend - Showcase Project

Project Requirements

  • The electronic color code (http://en.wikipedia.org/wiki/Electronic_color_code) is used to indicate the values or ratings of electronic components, very commonly for resistors.
  • Create a React JS web interface that will allow someone to call an ASP.NET backend to calculate the resistance.
  • Write the unit tests you feel are necessary to adequately test the code.

Working Demo

Version

0.0.1

Tech

  • React - A JavaScript library for building user interfaces
  • Redux - A predictable state container for JavaScript apps.
  • Redux Thunk - Thunk middleware for Redux.
  • Material UI - React components that implement Google's Material Design.

Running locally

Running tests

  • cd ohm-value-calculator-react
  • npm install
  • npm run test
  • Follow any on-screen instructions

Corresponding back-end repository

Todo's

  • Add additional code comments
  • Clean up interface to avoid use of :any
  • Improve code coverage
  • Better error handling

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published