smykes / board-foot-react

A Board Foot Calculator written in React.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Board Foot Calculator

About

Simple board foot calculator written for React practice.

Installation instructions

  1. If you don't already have Node installed, go do that now.
  2. Download the archive or clone the repository to your public_html directory, or whatever IIS uses these days.
  3. Open a Terminal or a Command Prompt and change directories the root of the project.
  4. Type npm install
  5. Type npm start into your terminal and hit return. This will slay the dragons and collect the unicorn tears.
  6. Open up your favorite browser and navigate to 127.0.0.1/3000 There is no step 7 unless you are using Windows.

Annoying legal stuff

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Please do not claim this idea or code to be yours, if you do end up hosting this somewhere credit me please.

About

A Board Foot Calculator written in React.


Languages

Language:JavaScript 52.9%Language:CSS 42.0%Language:HTML 5.1%